diff --git a/Dockerfile b/Dockerfile index 903a51f..d9c024d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,5 +15,5 @@ RUN npm install # copy project files and folders to the current working directory (i.e. 'app' folder) COPY . . -EXPOSE 8000 -CMD [ "npm", "run", "serve", "--", "--port", "8000" ] \ No newline at end of file +EXPOSE 7001 +CMD [ "npm", "run", "serve", "--", "--port", "7001" ] \ No newline at end of file