Skip to content

Commit

Permalink
fix: update Dockerfile
Browse files Browse the repository at this point in the history
Fix #166
  • Loading branch information
dierbei committed Jul 25, 2023
1 parent e7c22c6 commit 1d75970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ RUN apt-get update && \
RUN mkdir -p /app
RUN mkdir -p /opt
COPY --from=build-wws ${WWS_BUILD_DIR}/build/wws /opt

CMD ["/opt/wws", "/app/", "--host", "0.0.0.0"]
ENTRYPOINT ["/opt/wss"]
CMD ["/app/", "--host", "0.0.0.0"]

0 comments on commit 1d75970

Please sign in to comment.