diff --git a/Dockerfile b/Dockerfile index e6a7871..98bc1c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,4 +19,4 @@ COPY . . RUN npm run build EXPOSE 4001 -CMD [ "http-server", "dist" ] \ No newline at end of file +CMD ["http-server", "dist", "-p", "4001", "-P", "http://localhost:4001?"] \ No newline at end of file