This commit is contained in:
parent
e0833d17f1
commit
d4d7a60d1b
@ -9,7 +9,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
|
||||
|
||||
RUN pnpm i -g turbo@^2
|
||||
RUN turbo prune frontend --docker
|
||||
RUN turbo run build
|
||||
RUN turbo run build --filter=frontend
|
||||
|
||||
# Add the commit hash
|
||||
ARG GIT_REV
|
||||
@ -17,4 +17,4 @@ ENV GIT_REV=${GIT_REV}
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD node apps/frontend/server.js
|
||||
CMD pnpm run start
|
Reference in New Issue
Block a user