We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60937c6 commit 3bf3108Copy full SHA for 3bf3108
Dockerfile
@@ -28,5 +28,4 @@ RUN apt-get install -y locales && \
28
# We unfortunately cannot use update-locale because docker will not use the env variables
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
-CMD ["."]
+ENTRYPOINT ["code-server"]
0 commit comments