JonnyTran commited on
Commit
0f70e10
Β·
verified Β·
1 Parent(s): 6643377

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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