Compare commits
2 Commits
3a476167a4
...
0f9c1c85aa
Author | SHA1 | Date | |
---|---|---|---|
0f9c1c85aa | |||
cf550906a8 |
@ -18,6 +18,8 @@ RUN turbo run build --filter=frontend
|
|||||||
|
|
||||||
FROM base AS runner
|
FROM base AS runner
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
# Add the commit hash
|
# Add the commit hash
|
||||||
ARG GIT_REV
|
ARG GIT_REV
|
||||||
ENV GIT_REV=${GIT_REV}
|
ENV GIT_REV=${GIT_REV}
|
||||||
@ -35,4 +37,4 @@ COPY --from=installer --chown=nextjs:nodejs /app/apps/frontend/.next/standalone
|
|||||||
COPY --from=installer --chown=nextjs:nodejs /app/apps/frontend/.next/static ./apps/frontend/.next/static
|
COPY --from=installer --chown=nextjs:nodejs /app/apps/frontend/.next/static ./apps/frontend/.next/static
|
||||||
COPY --from=installer --chown=nextjs:nodejs /app/apps/frontend/public ./apps/frontend/public
|
COPY --from=installer --chown=nextjs:nodejs /app/apps/frontend/public ./apps/frontend/public
|
||||||
|
|
||||||
CMD node /app/apps/frontend/server.js
|
CMD node apps/frontend/server.js
|
Reference in New Issue
Block a user