Dockerfile port 3000

This commit is contained in:
titver968
2025-04-17 12:05:15 +02:00
parent 14b1e12e65
commit 7cd19ceed8

View File

@@ -12,6 +12,6 @@ RUN npm run build
FROM node:22-alpine3.20
COPY --from=build /app .
ENV HOST=0.0.0.0
EXPOSE 4173
EXPOSE 3000
CMD ["sh", "-c", "ORIGIN=https://tatort.innovation-hub-niedersachsen.de node build/index.js"]