Fix web: add node_modules/.bin to PATH
This commit is contained in:
parent
66b76fc947
commit
01c1a9682f
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ COPY --from=builder /app/.env.local ./.env.local
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
ENV NEXT_TELEMETRY_DISABLED=1
|
ENV NEXT_TELEMETRY_DISABLED=1
|
||||||
|
ENV PATH=/app/node_modules/.bin:$PATH
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue