mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
test
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
ARG TARGETARCH
|
||||
ARG TARGETOS
|
||||
|
||||
FROM $TARGETARCH/ubuntu:20.04
|
||||
FROM ${TARGETARCH}/ubuntu:20.04
|
||||
|
||||
ENV TZ="Asia/Shanghai"
|
||||
|
||||
@@ -16,7 +13,7 @@ RUN export DEBIAN_FRONTEND="noninteractive" && \
|
||||
|
||||
WORKDIR /dashboard
|
||||
COPY ./resource ./resource
|
||||
COPY dist/dashboard-$TARGETOS-$TARGETARCH ./app
|
||||
COPY dist/dashboard-${TARGETOS}-${TARGETARCH} ./app
|
||||
|
||||
VOLUME ["/dashboard/data"]
|
||||
EXPOSE 80 5555
|
||||
|
||||
Reference in New Issue
Block a user