Marco Beretta
commited on
Commit
•
6c26694
1
Parent(s):
f704c1c
test with chatgptclone/app:latest image
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
2 |
|
3 |
# Create the /.config directory and set permissions
|
4 |
RUN chmod -R 777 ./data
|
|
|
1 |
+
FROM chatgptclone/app:latest
|
2 |
|
3 |
# Create the /.config directory and set permissions
|
4 |
RUN chmod -R 777 ./data
|