fix dockerfile

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-02-27 14:44:13 +01:00
parent f4a1354eaa
commit 46019faa9d
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ WORKDIR /server
COPY . /server COPY . /server
RUN npm install RUN npm install
RUN mkdir build && npm build RUN mkdir build && npm run build
CMD [ "npm", "start" ] CMD [ "npm", "start" ]