mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
refactor: Injection des env var dans le frontend
This commit is contained in:
@ -29,8 +29,10 @@ ENV NODE_ENV=production
|
||||
COPY --from=builder /app/.next/standalone ./
|
||||
COPY --from=builder /app/.next/static ./.next/static
|
||||
COPY --from=builder /app/messages ./messages
|
||||
COPY docker/entrypoint.sh /app/entrypoint.sh
|
||||
EXPOSE 3000
|
||||
CMD ["node", "server.js"]
|
||||
ENTRYPOINT ["/app/entrypoint.sh"]
|
||||
|
||||
|
||||
# Final stage selection
|
||||
FROM ${BUILD_MODE}
|
||||
|
||||
Reference in New Issue
Block a user