Spaces:
Runtime error
Runtime error
Removing WORKDIR /data
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -21,7 +21,6 @@ RUN mkdir -p /data
|
|
21 |
RUN chmod 777 -R /.cache
|
22 |
RUN chmod 777 -R /data
|
23 |
|
24 |
-
WORKDIR /data
|
25 |
|
26 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
27 |
build-essential \
|
|
|
21 |
RUN chmod 777 -R /.cache
|
22 |
RUN chmod 777 -R /data
|
23 |
|
|
|
24 |
|
25 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
26 |
build-essential \
|