Skip to content

Commit 681eb72

Browse files
fixed languages
1 parent 62d0317 commit 681eb72

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,4 +284,4 @@ RUN printf '#!/bin/bash\n\
284284

285285
EXPOSE 4000
286286

287-
ENTRYPOINT ["python3","-m","server","--host","0.0.0.0","--port","4000"]
287+
CMD python3 -m server --host 0.0.0.0 --port $PORT

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ window.CodeRunner = {
129129
}
130130
131131
//window.CodeRunner.init("wss://coderunner.informatik.tu-freiberg.de/")
132-
window.CodeRunner.init("ws://localhost:4000/")
133-
//window.CodeRunner.init("wss://ancient-hollows-41316.herokuapp.com/")
132+
//window.CodeRunner.init("ws://localhost:4000/")
133+
window.CodeRunner.init("wss://ancient-hollows-41316.herokuapp.com/")
134134
@end
135135
136136

0 commit comments

Comments
 (0)