Skip to content

Commit

Permalink
adding public and src
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Dec 12, 2023
1 parent 0c45c9f commit 3650e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ ENV PATH /frontend/node_modules/.bin:$PATH
# install app dependencies
COPY package.json .
COPY yarn.lock .
COPY public /usr/src/app/public
COPY src /usr/src/app/src
COPY public .
COPY src .


RUN yarn install --production
Expand Down

0 comments on commit 3650e1f

Please sign in to comment.