Skip to content

Commit

Permalink
Add public folder to Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsiV11 committed Dec 2, 2024
1 parent ce9e65c commit 6705ddf
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 @@ -22,6 +22,9 @@ COPY src/frontend /opt/vaalimasiina/src/frontend
# Copy index.html
COPY index.html /opt/vaalimasiina/

# Copy public directory
COPY public /opt/vaalimasiina/public

# Set npm cache
RUN npm set cache .npm

Expand Down

0 comments on commit 6705ddf

Please sign in to comment.