We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3e600 commit 64fb255Copy full SHA for 64fb255
App/WebApp.Dockerfile
@@ -34,7 +34,8 @@ RUN pip install --no-cache-dir -r /usr/src/app/requirements.txt \
34
COPY . /usr/src/app/
35
36
# Copy static files from the frontend stage to the backend
37
-COPY --from=frontend /home/node/app/frontend/build /usr/src/app/build/
+COPY --from=frontend /home/node/app/frontend/build/index.html /usr/src/app/static/
38
+COPY --from=frontend /home/node/app/frontend/build/favicon.ico /usr/src/app/static/
39
COPY --from=frontend /home/node/app/frontend/build/static /usr/src/app/static/
40
41
# Set working directory and expose port
0 commit comments