use correct ws url

This commit is contained in:
Sebastian Hugentobler 2023-02-23 12:33:46 +01:00
parent 0c8437fee2
commit 0d6927e8dd
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -11,6 +11,7 @@ RUN strip target/release/woweb-poc
RUN adduser -D woweb
RUN sed -i 's|ws://localhost:3000/ws|wss://woweb.vanwa.ch/ws|' assets/index.js
FROM scratch