diff --git a/gotty/Dockerfile b/gotty/Dockerfile index 589b170..cd1d9a6 100644 --- a/gotty/Dockerfile +++ b/gotty/Dockerfile @@ -12,4 +12,4 @@ RUN apk add --update go git bash && \ COPY on-init /pwinit/ ENTRYPOINT ["/usr/local/bin/gotty"] -CMD ["--permit-write","--reconnect","/bin/bash"] +CMD ["--permit-write","--reconnect","--ws-origin","pathwar.net","/bin/bash"]