SimFG commited on
Commit
73cc0d2
·
1 Parent(s): 01da718

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@
28
  # # Set the command to run the application
29
  # CMD ["poetry", "run", "python", "claude_to_chatgpt/app.py"]
30
 
31
- FROM wtzeng:claude-to-chatgpt:latest
32
 
33
  WORKDIR /app
34
 
 
28
  # # Set the command to run the application
29
  # CMD ["poetry", "run", "python", "claude_to_chatgpt/app.py"]
30
 
31
+ FROM wtzeng/claude-to-chatgpt:latest
32
 
33
  WORKDIR /app
34