Skip to content

Commit

Permalink
adding src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
costero-e committed Dec 12, 2023
1 parent 1d36116 commit c086e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV PATH /frontend/node_modules/.bin:$PATH
COPY package.json .
COPY yarn.lock .
COPY public ./public
COPY src ./public
COPY src ./src


RUN yarn install --production
Expand Down

0 comments on commit c086e6f

Please sign in to comment.