Update Dockerfile
Browse files- 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
|
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 |
|