Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
FROM gitea/gitea:
|
| 2 |
EXPOSE 7860
|
| 3 |
ENV GITEA__server__HTTP_PORT=7860
|
| 4 |
ENV GITEA__server__ROOT_URL=http://localhost:7860/
|
|
|
|
| 1 |
+
FROM gitea/gitea:latest
|
| 2 |
EXPOSE 7860
|
| 3 |
ENV GITEA__server__HTTP_PORT=7860
|
| 4 |
ENV GITEA__server__ROOT_URL=http://localhost:7860/
|