docker again

This commit is contained in:
Skye 2022-11-26 16:13:58 +09:00
parent 023cf2f038
commit ef09958264
Signed by: me
GPG key ID: 0104BC05F41B77B8
2 changed files with 2 additions and 0 deletions

View file

@ -7,5 +7,6 @@ RUN yarn build
FROM node:18
COPY --from=build-env /app/build /app
COPY docker-package.json /app/package.json
WORKDIR /app
CMD ["index.js"]

1
docker-package.json Normal file
View file

@ -0,0 +1 @@
{"type": "module"}