Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && \
|
|
11 |
git git-lfs \
|
12 |
wget curl procps \
|
13 |
htop vim nano && \
|
14 |
-
ln -s /data/ /app
|
15 |
rm -rf /var/lib/apt/lists/*
|
16 |
|
17 |
RUN chown extralit:extralit /app
|
|
|
11 |
git git-lfs \
|
12 |
wget curl procps \
|
13 |
htop vim nano && \
|
14 |
+
ln -s /data/ /app && \
|
15 |
rm -rf /var/lib/apt/lists/*
|
16 |
|
17 |
RUN chown extralit:extralit /app
|