Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
avoid copying .env in the Dockerfile and leave it as volume instead
Browse files Browse the repository at this point in the history
  • Loading branch information
MEZ901 committed Mar 25, 2024
1 parent f8d354b commit 0d59c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY package*.json ./

RUN npm install

COPY .env index.js ./
COPY index.js ./
COPY keys ./keys
COPY src ./src

Expand Down

0 comments on commit 0d59c4b

Please sign in to comment.