Spaces:
Running
Running
ykxVK8yL5L
commited on
Commit
•
8c77acb
1
Parent(s):
260748a
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -23,9 +23,9 @@ USER user
|
|
23 |
ENV PATH="/home/user/.local/bin:$PATH"
|
24 |
|
25 |
|
26 |
-
RUN git clone https://github.com/vastsa/FileCodeBox /user/app
|
27 |
|
28 |
-
WORKDIR /user/app
|
29 |
RUN pip install -r requirements.txt
|
30 |
EXPOSE 12345
|
31 |
CMD ["python","main.py"]
|
|
|
23 |
ENV PATH="/home/user/.local/bin:$PATH"
|
24 |
|
25 |
|
26 |
+
RUN git clone https://github.com/vastsa/FileCodeBox /home/user/app
|
27 |
|
28 |
+
WORKDIR /home/user/app
|
29 |
RUN pip install -r requirements.txt
|
30 |
EXPOSE 12345
|
31 |
CMD ["python","main.py"]
|