Addign new views_repo to Dockerfile
This commit is contained in:
@ -24,6 +24,7 @@ RUN npm install
|
||||
|
||||
COPY lib/ /usr/src/app/lib
|
||||
COPY views/out /usr/src/app/views/out/
|
||||
COPY views_repo/build /usr/src/app/views_repo/build
|
||||
|
||||
VOLUME [ "/usr/src/app/logs", "/usr/src/app/keys"]
|
||||
|
||||
|
Reference in New Issue
Block a user