add missing build steps to container

This commit is contained in:
Michael Schramm 2020-05-31 23:47:23 +02:00
parent a85dd9481f
commit 3d76084e58

View File

@ -4,4 +4,7 @@ WORKDIR /usr/src/app
COPY . ./
RUN yarn install --frozen-lock-file
RUN yarn build
CMD [ "yarn", "start" ]