diff --git a/Dockerfile b/Dockerfile index 198172d..ff57641 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,6 @@ COPY . /app RUN npm run build -EXPOSE 3001 +EXPOSE 80 CMD ["node", "build/server.js"] \ No newline at end of file