mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 12:48:14 -05:00
💚 add arg
This commit is contained in:
parent
532b0aaca1
commit
befc0608a8
@ -2,6 +2,9 @@ FROM ubuntu:focal
|
||||
|
||||
ENV TZ="Asia/Shanghai"
|
||||
|
||||
ARG TARGETOS
|
||||
ARG TARGETARCH
|
||||
|
||||
COPY ./script/entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN export DEBIAN_FRONTEND="noninteractive" && \
|
||||
|
Loading…
Reference in New Issue
Block a user