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