JonnyTran commited on
Commit
6643377
Β·
verified Β·
1 Parent(s): 2f63563

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -11,11 +11,11 @@ RUN apt-get update && \
11
  git git-lfs \
12
  wget curl procps \
13
  htop vim nano && \
 
14
  rm -rf /var/lib/apt/lists/*
15
 
16
- COPY --link /data /app
17
  RUN chown extralit:extralit /app
18
- WORKDIR /app
19
 
20
  USER extralit
21
 
 
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
18
+ WORKDIR /data
19
 
20
  USER extralit
21