This commit is contained in:
Kostas 2023-11-13 23:42:59 +02:00 committed by GitHub
parent 296a4d2f44
commit 61d8752681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM gogs/gogs:0.12
FROM gogs/gogs:0.13
# In docker "custom" dir is /data/gogs/ and there is no need to create named "custom" dir
# there, /data/gogs/ works by default as custom.
@ -7,4 +7,4 @@ RUN mkdir -p templates/inject && mkdir -p public/css/themes \
&& mkdir -p public/img
# ADD ./themes /data/gogs/public/css/themes
# ADD ./img /data/gogs/public/img/
# ADD ./img /data/gogs/public/img/