request header 더 큰 값 허용
This commit is contained in:
@@ -19,9 +19,13 @@ FROM debian:trixie-slim
|
||||
ARG APP_UID=1000
|
||||
ARG APP_GID=1000
|
||||
|
||||
ENV TZ=Asia/Seoul
|
||||
|
||||
RUN groupadd -g ${APP_GID} appuser && \
|
||||
useradd --create-home --shell /usr/sbin/nologin --uid ${APP_UID} --gid ${APP_GID} appuser
|
||||
|
||||
RUN ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime && echo ${TZ} > /etc/timezone
|
||||
|
||||
WORKDIR /
|
||||
|
||||
COPY --from=builder /bin/geoip /usr/local/bin/geoip
|
||||
|
||||
Reference in New Issue
Block a user