diff --git a/Dockerfile b/Dockerfile index f5f1999..dd71204 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,5 +18,7 @@ COPY --from=builder /app/next.config.js ./next.config.js COPY --from=builder /app/public ./public COPY --from=builder /app/.next ./.next COPY --from=builder /app/node_modules ./node_modules +COPY --from=builder /app/.env ./.env + EXPOSE 3005 CMD ["yarn", "run", "start:staging"]