|
@@ -25,14 +25,14 @@ RUN apk --no-cache --no-progress add \
|
|
|
tzdata \
|
|
tzdata \
|
|
|
rsync
|
|
rsync
|
|
|
|
|
|
|
|
-ENV GOGS_CUSTOM /data/gogs
|
|
|
|
|
|
|
+ENV GOGS_CUSTOM=/data/gogs
|
|
|
|
|
|
|
|
# Configure LibC Name Service
|
|
# Configure LibC Name Service
|
|
|
COPY docker/nsswitch.conf /etc/nsswitch.conf
|
|
COPY docker/nsswitch.conf /etc/nsswitch.conf
|
|
|
|
|
|
|
|
WORKDIR /app/gogs
|
|
WORKDIR /app/gogs
|
|
|
COPY docker ./docker
|
|
COPY docker ./docker
|
|
|
-COPY --from=binarybuilder /gogs.io/gogs/gogs .
|
|
|
|
|
|
|
+COPY --from=binarybuilder /gogs.io/gogs/.bin/gogs .
|
|
|
|
|
|
|
|
RUN ./docker/build/finalize.sh
|
|
RUN ./docker/build/finalize.sh
|
|
|
|
|
|