diff --git a/src/Api/Dockerfile b/src/Api/Dockerfile index 2602bd2..d849896 100644 --- a/src/Api/Dockerfile +++ b/src/Api/Dockerfile @@ -4,5 +4,5 @@ COPY package.json /Api COPY tsconfig.json /Api COPY . /Api RUN npm install && npm run build -EXPOSE 8080 +EXPOSE 80 CMD ["node", "."] \ No newline at end of file