diff --git a/Dockerfile b/Dockerfile index 6413c2f..675c634 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ COPY . . RUN npm run build EXPOSE 8080 -CMD ["serve", "-s", "dist", "-l", "3000"] \ No newline at end of file +CMD ["serve", "-s", "dist", "-l", "8080"] \ No newline at end of file