diff --git a/Dockerfile b/Dockerfile index 67a0a0a..682344a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ RUN apk update && \ npm install && \ npm run build -ENV PORT=5000 +ENV PORT=9000 CMD ["node", "dist/index.js"] -EXPOSE 5000 \ No newline at end of file +EXPOSE 9000