We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b35e95e + 3f17892 commit 2123596Copy full SHA for 2123596
Dockerfile
@@ -6,6 +6,7 @@ COPY webapp/package*.json .
6
RUN npm i -D
7
COPY webapp/*.* .
8
COPY webapp/src src
9
+COPY webapp/public public
10
RUN npm run build
11
12
# run python app
0 commit comments