diff --git a/Dockerfile b/Dockerfile index d2d3af6..dc9b998 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/ \ No newline at end of file +# ADD ./img /data/gogs/public/img/