diff --git a/Dockerfile b/Dockerfile index 4ccff47..592a715 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,6 +21,6 @@ RUN npm install -g http-server # Expose the port the app runs on EXPOSE 8080 - +EXPOSE 3000 # Start the application CMD ["npm", "run", "dev:all"] \ No newline at end of file