Skip to content

Commit 01121fb

Browse files
author
Gor Saribekyan
committed
test
1 parent b14c384 commit 01121fb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ ENV PORT=3005
2727
COPY --from=builder /app/public ./public
2828
COPY --from=builder /app/.next/standalone ./
2929
COPY --from=builder /app/.next/static ./.next/static
30+
COPY --from=builder /app/.env ./.env
3031

3132
EXPOSE 3005
3233

3334
CMD ["node", "server.js"]
35+

0 commit comments

Comments
 (0)