Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,6 +39,6 @@ WORKDIR $HOME/app
|
|
39 |
COPY --from=builder /app/build ./static
|
40 |
|
41 |
# Copy backend files last
|
42 |
-
COPY
|
43 |
|
44 |
CMD ["python", "app.py"]
|
|
|
39 |
COPY --from=builder /app/build ./static
|
40 |
|
41 |
# Copy backend files last
|
42 |
+
COPY . .
|
43 |
|
44 |
CMD ["python", "app.py"]
|