Skip to content

Commit 2123596

Browse files
authored
Merge pull request #27 from smartondev/1-favicon-manifest-404
fix: favicon, manifest.json 404 (#1)
2 parents b35e95e + 3f17892 commit 2123596

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ COPY webapp/package*.json .
66
RUN npm i -D
77
COPY webapp/*.* .
88
COPY webapp/src src
9+
COPY webapp/public public
910
RUN npm run build
1011

1112
# run python app

0 commit comments

Comments
 (0)