Minor cleanup
This commit is contained in:
parent
cd280802de
commit
1d74b9d782
1 changed files with 1 additions and 4 deletions
|
@ -7,13 +7,10 @@ RUN mkdir /app
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
ADD . .
|
ADD . .
|
||||||
|
|
||||||
RUN yarn install --production
|
RUN yarn install --production
|
||||||
RUN mkdir ./server-files
|
RUN mkdir ./server-files
|
||||||
RUN mkdir ./user-files
|
RUN mkdir ./user-files
|
||||||
|
|
||||||
CMD ["yarn", "start"]
|
CMD ["yarn", "start"]
|
||||||
|
|
Loading…
Reference in a new issue