diff --git a/Dockerfile b/Dockerfile index b936f0f..78bc656 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN apt-get update -y && apt-get install -y openssl RUN npm install -g npm@10.2.5 # Expose the port the app runs on -EXPOSE 3000 +EXPOSE 8080 # Command to run the app CMD ["npm", "start"]