We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26edea5 commit 449d51dCopy full SHA for 449d51d
Dockerfile
@@ -29,5 +29,4 @@ RUN apt-get install -y locales && \
29
# configured in /etc/default/locale so we need to set it manually.
30
ENV LANG=en_US.UTF-8
31
ENTRYPOINT code-server
32
-# Unfortunately `.` does not work with code-server so we use shell form.
33
-CMD code-server $PWD
+CMD ["."]
0 commit comments