diff --git a/Dockerfile b/Dockerfile index ad1bf875..3e4161f5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,6 @@ WORKDIR /workspace COPY --from=builder /usr/src/app/storybook-static . -RUN npm add -g serve +RUN npm add -g local-web-server -CMD serve -l 80 +CMD ws --hostname localhost -p 80