mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-10 11:24:02 +02:00
fix timezone by adding tz_data package, dns lookup workaround, panel fix
This commit is contained in:
@@ -2,7 +2,7 @@ FROM alpine:latest
|
||||
|
||||
LABEL maintainer="yusing@6uo.me"
|
||||
|
||||
RUN apk add --no-cache bash
|
||||
RUN apk add --no-cache bash tzdata
|
||||
RUN mkdir /app
|
||||
COPY bin/go-proxy entrypoint.sh /app/
|
||||
COPY templates/ /app/templates
|
||||
|
||||
Reference in New Issue
Block a user