Skip to content

Commit dbe652c

Browse files
authored
Merge pull request #2 from pathwar/cors_fix
fix: cors
2 parents 5619e62 + aecc072 commit dbe652c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gotty/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ RUN apk add --update go git bash && \
1212
COPY on-init /pwinit/
1313

1414
ENTRYPOINT ["/usr/local/bin/gotty"]
15-
CMD ["--permit-write","--reconnect","/bin/bash"]
15+
CMD ["--permit-write","--reconnect","--ws-origin","pathwar.net","/bin/bash"]

0 commit comments

Comments
 (0)