soiz1 commited on
Commit
a3c6cfc
·
verified ·
1 Parent(s): f7e9d9c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,6 +15,6 @@ WORKDIR /app
15
  COPY . .
16
 
17
  # WebUIの起動(app.pyを実行)
18
- WORKDIR /stable-diffusion-webui-forge
19
  CMD ["python3", "launch.py", "--share", "--disable-torch-cuda"]
20
 
 
15
  COPY . .
16
 
17
  # WebUIの起動(app.pyを実行)
18
+ WORKDIR /app/stable-diffusion-webui-forge
19
  CMD ["python3", "launch.py", "--share", "--disable-torch-cuda"]
20