Skip to content

Commit

Permalink
fix: cors
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-a-r-a-k-i committed May 19, 2020
1 parent 5619e62 commit aecc072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotty/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit aecc072

Please sign in to comment.