mirror of
https://github.com/coder/code-server.git
synced 2026-05-27 17:13:49 +02:00
@@ -43,5 +43,6 @@ EXPOSE 8080
|
||||
# the uid will remain the same. note: only relevant if -u isn't passed to
|
||||
# docker-run.
|
||||
USER 1000
|
||||
ENV USER=coder
|
||||
WORKDIR /home/coder
|
||||
ENTRYPOINT ["/usr/bin/entrypoint.sh", "--bind-addr", "0.0.0.0:8080", "."]
|
||||
|
||||
Reference in New Issue
Block a user