Skip to content

Commit 64fb255

Browse files
Update WebApp.Dockerfile
1 parent ba3e600 commit 64fb255

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

App/WebApp.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ RUN pip install --no-cache-dir -r /usr/src/app/requirements.txt \
3434
COPY . /usr/src/app/
3535

3636
# Copy static files from the frontend stage to the backend
37-
COPY --from=frontend /home/node/app/frontend/build /usr/src/app/build/
37+
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/
3839
COPY --from=frontend /home/node/app/frontend/build/static /usr/src/app/static/
3940

4041
# Set working directory and expose port

0 commit comments

Comments
 (0)