This commit is contained in:
Dennis Postma 2024-07-10 21:27:39 +02:00
parent 488faddcb3
commit b91bc6d985

View File

@ -5,7 +5,6 @@
"RUN mkdir -p /usr/src/app", "RUN mkdir -p /usr/src/app",
"WORKDIR /usr/src/app", "WORKDIR /usr/src/app",
"COPY ./ /usr/src/app", "COPY ./ /usr/src/app",
"ENV PORT 4000",
"RUN npm install && npm cache clean --force && npm run build", "RUN npm install && npm cache clean --force && npm run build",
"EXPOSE 4000", "EXPOSE 4000",
"CMD [ \"npm\", \"start\" ]" "CMD [ \"npm\", \"start\" ]"