Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -41,7 +41,7 @@ RUN pyenv install $PYTHON_VERSION && \
|
|
41 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
42 |
|
43 |
# Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
|
44 |
-
WORKDIR
|
45 |
EXPOSE 9090
|
46 |
|
47 |
|
|
|
41 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
42 |
|
43 |
# Set the working directory to /data if USE_PERSISTENT_DATA is set, otherwise set to $HOME/app
|
44 |
+
WORKDIR /data
|
45 |
EXPOSE 9090
|
46 |
|
47 |
|