Fixed Dockerfile

This commit is contained in:
Christian Anetzberger
2023-01-27 18:51:57 +01:00
parent 9ff2199914
commit 63bab028f7

View File

@@ -16,5 +16,7 @@ RUN yarn install
# Bundle app source
COPY . .
RUN yarn build
CMD [ "yarn", "start" ]