Skip to content

Commit

Permalink
feature/frontend -update
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 27, 2024
1 parent bc268e8 commit aebcdbc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions starter/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ COPY public/ /app/
COPY src/ /app/
#COPY public /app/public/
#COPY src /app/src/

RUN ls -lrt /app/
COPY src/ /app/src/
COPY public/ /app/public/
RUN ls -lrt /app/public
# Install packages
RUN npm ci

Expand Down

0 comments on commit aebcdbc

Please sign in to comment.