Update Dockerfile
This commit is contained in:
parent
338f771f4c
commit
bd6f1ce98d
|
@ -4,4 +4,5 @@ yarn-error.log
|
|||
build
|
||||
public
|
||||
content
|
||||
config
|
||||
.git
|
||||
|
|
|
@ -3,6 +3,7 @@ WORKDIR /app
|
|||
COPY . ./
|
||||
RUN yarn
|
||||
RUN yarn build
|
||||
VOLUME /app
|
||||
VOLUME /app/config
|
||||
VOLUME /app/content
|
||||
EXPOSE 3000
|
||||
CMD [ "yarn", "start" ]
|
||||
|
|
Loading…
Reference in New Issue