This commit is contained in:
Omer Sabic 2024-05-29 20:51:50 +02:00
parent 5d4775ea3e
commit 6eb2f8e109

View File

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