Update Dockerfile

This commit is contained in:
Eugene Pankov 2021-07-25 20:08:37 +02:00
parent 4540550f8b
commit 703c0f5efb
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -13,4 +13,5 @@ WORKDIR /app
COPY --from=0 /app/build build
COPY --from=0 /app/build-server build-server
COPY package.json .
CMD ["npm", "start"]