Skip to content

Commit 4fec1c1

Browse files
authored
Merge pull request #138 from ChooseTale/dev
fix: env 추가
2 parents 8ff62fa + 2c85f4b commit 4fec1c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

prod.dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ COPY --from=builder /app/src/config ./src/config
2626
ENV NODE_ENV=production
2727

2828
COPY scripts/server-start.sh ./server-start.sh
29+
COPY .env ./
2930
RUN chmod +x ./server-start.sh
3031

3132
CMD ["./server-start.sh"]

0 commit comments

Comments
 (0)