Commit
•
ba4dda7
1
Parent(s):
6bd06f3
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -2,7 +2,7 @@ FROM argilla/argilla-quickstart:releases-2.0.0rc2
|
|
2 |
|
3 |
|
4 |
# Copy the auth config section
|
5 |
-
|
6 |
|
7 |
COPY log_config.yaml /home/argilla/
|
8 |
|
|
|
2 |
|
3 |
|
4 |
# Copy the auth config section
|
5 |
+
COPY .oauth.yaml /home/argilla/
|
6 |
|
7 |
COPY log_config.yaml /home/argilla/
|
8 |
|