fahrulputraa40 commited on
Commit
efa19b7
·
verified ·
1 Parent(s): a9e40cc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN pip install --no-cache-dir -r requirements.txt
13
  RUN echo "PIP Install selesai!"
14
 
15
  COPY backend/ backend/
16
- COPY --from=frontend /app/frontend/dist ./frontend
17
 
18
  ENV FLASK_APP=backend/app.py
19
  RUN echo "Go..."
 
13
  RUN echo "PIP Install selesai!"
14
 
15
  COPY backend/ backend/
16
+ COPY --from=frontend /app/space/frontend/dist ./frontend
17
 
18
  ENV FLASK_APP=backend/app.py
19
  RUN echo "Go..."