dockerfile volume statement is relative of / not of workdir
This commit is contained in:
parent
2c166ecdb2
commit
6926e6c7e5
@ -2,5 +2,5 @@ FROM node:latest
|
||||
ADD . /app
|
||||
WORKDIR /app
|
||||
RUN npm ci
|
||||
VOLUME data
|
||||
VOLUME /app/data
|
||||
CMD ["node", "main.js"]
|
Loading…
x
Reference in New Issue
Block a user