Dockerfile expose

This commit is contained in:
Alex
2025-03-01 11:11:15 +01:00
parent 91787b616e
commit 64310282ca

View File

@@ -8,4 +8,6 @@ RUN npm install
COPY . . COPY . .
RUN npm run build RUN npm run build
EXPOSE 3000
CMD ["node", "index.js"] CMD ["node", "index.js"]