docker again
This commit is contained in:
parent
023cf2f038
commit
ef09958264
2 changed files with 2 additions and 0 deletions
|
@ -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
1
docker-package.json
Normal file
|
@ -0,0 +1 @@
|
|||
{"type": "module"}
|
Loading…
Reference in a new issue