Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apk --no-cache add \
s6 \
curl \
openssh \
tzdata \
&& addgroup \
tzdata
RUN addgroup \
-S -g 1000 \
git && \
adduser \
Expand All @@ -26,9 +26,9 @@ RUN apk --no-cache add \
git && \
echo "git:$(date +%s | sha256sum | base64 | head -c 32)" | chpasswd

ENV USER git \
GITEA_CUSTOM /data/gitea \
GODEBUG=netdns=go
ENV USER git
ENV GITEA_CUSTOM /data/gitea
ENV GODEBUG=netdns=go

VOLUME ["/data"]

Expand Down