mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
Fix the prompt message when switching auto-renwal cert
This commit is contained in:
parent
c4f7bb7604
commit
8b60d61b8e
6 changed files with 53 additions and 53 deletions
|
@ -1,4 +1,4 @@
|
|||
# CGO_ENABLED=1 GOOS=linux CC=x86_64-unknown-linux-gnu-gcc CXX=x86_64-unknown-linux-gnu-g++ GOARCH=amd64 go build -o nginx-ui-server -v main.go
|
||||
# CGO_ENABLED=1 GOOS=linux CC=x86_64-unknown-linux-gnu-gcc CXX=x86_64-unknown-linux-gnu-g++ GOARCH=amd64 go build -ldflags "-X 'github.com/0xJacky/Nginx-UI/server/settings.buildTime=$(date +%s)'" -o nginx-ui-server -v main.go
|
||||
FROM --platform=linux/amd64 debian:buster
|
||||
WORKDIR /app
|
||||
COPY ./resources/demo/sources.list /etc/apt/sources.list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue