tonne commited on
Commit
c23e766
1 Parent(s): 6ccaef0

Add locust

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -10
Dockerfile CHANGED
@@ -10,16 +10,7 @@
10
  #
11
  # CMD ["python", "main.py"]
12
  # CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
13
- FROM node:14
14
-
15
- # Install code-server globally
16
- RUN npm install -g code-server
17
-
18
- # Create a directory for your code
19
- WORKDIR /workspace
20
-
21
- # Expose the port that code-server will run on
22
- EXPOSE 8080
23
 
24
  # Start code-server on container startup
25
  CMD ["code-server", "--bind-addr", "0.0.0.0:7860", "."]
 
10
  #
11
  # CMD ["python", "main.py"]
12
  # CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
13
+ FROM linuxserver/code-server:latest
 
 
 
 
 
 
 
 
 
14
 
15
  # Start code-server on container startup
16
  CMD ["code-server", "--bind-addr", "0.0.0.0:7860", "."]