yeah oops
This commit is contained in:
parent
ef09958264
commit
4bd17da5aa
2 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,8 @@ RUN yarn build
|
||||||
|
|
||||||
FROM node:18
|
FROM node:18
|
||||||
COPY --from=build-env /app/build /app
|
COPY --from=build-env /app/build /app
|
||||||
COPY docker-package.json /app/package.json
|
COPY package.json /app/package.json
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
env NODE_ENV production
|
||||||
|
RUN npm install
|
||||||
CMD ["index.js"]
|
CMD ["index.js"]
|
|
@ -1 +0,0 @@
|
||||||
{"type": "module"}
|
|
Loading…
Reference in a new issue