This commit is contained in:
Omer Sabic 2024-05-29 20:50:38 +02:00
parent 72a10a7169
commit 5d4775ea3e

View File

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