yeah oops

This commit is contained in:
Skye 2022-11-26 16:21:55 +09:00
parent ef09958264
commit 4bd17da5aa
Signed by: me
GPG key ID: 0104BC05F41B77B8
2 changed files with 3 additions and 2 deletions

View file

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

View file

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