Skip to content

Commit

Permalink
Copy .env for frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsiV11 committed Dec 2, 2024
1 parent 6705ddf commit 06611b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ COPY index.html /opt/vaalimasiina/
# Copy public directory
COPY public /opt/vaalimasiina/public

# Copy environment variables for the frontend
COPY .env /opt/vaalimasiina/

# Set npm cache
RUN npm set cache .npm

Expand Down

0 comments on commit 06611b6

Please sign in to comment.