zhuowen999 commited on
Commit
50c1626
1 Parent(s): 091cff2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ ENV AUTH_CODE=123567
10
  # Define the volume for persistent data
11
  VOLUME /app/data
12
  # Start the application
13
- CMD ["docker", "run", "-d", "-p", "4000:4000","-v","/tmp:/app/data"]
 
10
  # Define the volume for persistent data
11
  VOLUME /app/data
12
  # Start the application
13
+ CMD ["docker", "run", "-d", "-p", "4000:4000"]