zhuowen999 commited on
Commit
ce97ec1
1 Parent(s): 0abb9bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ EXPOSE 3000
10
  ENV TZ=Asia/Shanghai
11
  # Define the volume for persistent data
12
  # Start the application
13
- CMD ["docker", "run", "-d", "-p", "3000:3000","--privileged","true","-v","/app:/data","-v","/tmp:/app/logs"]
 
10
  ENV TZ=Asia/Shanghai
11
  # Define the volume for persistent data
12
  # Start the application
13
+ CMD ["docker", "run", "-d", "-p", "3000:3000","--privileged","true"]