Skip to content

Commit

Permalink
fix: favicon, manifest.json 404 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamarton committed Jun 22, 2024
1 parent b35e95e commit 3f17892
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ COPY webapp/package*.json .
RUN npm i -D
COPY webapp/*.* .
COPY webapp/src src
COPY webapp/public public
RUN npm run build

# run python app
Expand Down

0 comments on commit 3f17892

Please sign in to comment.