This commit is contained in:
Omer Sabic 2024-05-29 20:44:47 +02:00
parent 346b9a9a39
commit 956461bb53

View File

@ -1,6 +1,4 @@
FROM node:18-alpine
WORKDIR /app
COPY /build/* ./
EXPOSE 3000
ENV NODE_ENV=production
RUN ["node", "index.js"]
RUN ["node", "build/index.js"]