Refactor volume paths in Dockerfile to use new directory structure
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -6,9 +6,9 @@ COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
RUN ln -s /srv/docker/cdn-app-insider/data /cdn-files
|
||||
RUN ln -s /srv/docker/cdn-app-insider/data /data
|
||||
|
||||
RUN ln -s /srv/docker/cdn-app-insider/cdn-files /data
|
||||
RUN ln -s /srv/docker/cdn-app-insider/cdn-files /cdn-files
|
||||
|
||||
RUN ln -s /srv/docker/cdn-app-insider/report /report
|
||||
|
||||
|
||||
Reference in New Issue
Block a user