diff --git a/Dockerfile b/Dockerfile index 8200e1d..c2a0d71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,5 +15,5 @@ RUN npm ci --only=production # Bundle app source COPY . . -EXPOSE 8080 -CMD [ "node", "server.js" ] \ No newline at end of file +EXPOSE 7000 +CMD [ "node", "server.js" ]