Spaces:
Runtime error
Runtime error
Commit
·
58b5a98
1
Parent(s):
9b35c3f
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ WORKDIR $HOME/app
|
|
14 |
COPY --chown=user . $HOME/app
|
15 |
|
16 |
COPY app.py app.py
|
17 |
-
COPY
|
18 |
COPY templates templates
|
19 |
|
20 |
RUN pip install Flask
|
|
|
14 |
COPY --chown=user . $HOME/app
|
15 |
|
16 |
COPY app.py app.py
|
17 |
+
COPY static static
|
18 |
COPY templates templates
|
19 |
|
20 |
RUN pip install Flask
|