This commit is contained in:
Omer Sabic 2024-05-29 20:49:16 +02:00
parent 956461bb53
commit 72a10a7169

View File

@ -1,4 +1,5 @@
FROM node:18-alpine
WORKDIR build
EXPOSE 3000
ENV NODE_ENV=production
RUN ["node", "build/index.js"]
RUN cat index.js | node --input-type=module