Don't import .env explicitly

This commit is contained in:
2023-04-23 11:14:02 -07:00
parent 20185635fb
commit 31d5a250b5
2 changed files with 2 additions and 3 deletions

View File

@ -19,5 +19,4 @@ RUN npm install --omit=dev
FROM node:18-slim
WORKDIR /usr/app
COPY --from=ts-remover /usr/app ./
COPY .env ./
CMD node index.js