Skip to content

Commit 74764a8

Browse files
authored
Update Dockerfile
1 parent 65a4f63 commit 74764a8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
FROM coder/code-server:4.96.2
1+
FROM coder/code-server:latest
22

33
ENV PORT=8080
44
EXPOSE 8080
55

6-
CMD ["code-server", \
7-
"--bind-addr", "0.0.0.0:8080", \
8-
"--auth", "none"]
6+
CMD ["code-server", "--bind-addr", "0.0.0.0:8080", "--auth", "none"]

0 commit comments

Comments
 (0)