2 Commits

Author SHA1 Message Date
0f9c1c85aa 7
Some checks failed
Deploy Frontend / deploy (push) Failing after 11m21s
2024-10-04 17:25:00 +01:00
cf550906a8 7 2024-10-04 17:24:52 +01:00

View File

@ -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