diff --git a/Dockerfile b/Dockerfile index 254720004..3e7e6cbf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,6 +29,6 @@ RUN npm ci --only=production RUN apk del make python3 g++ -EXPOSE 80 +EXPOSE 13378 CMD ["node", "index.js"]