File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11# 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
2- FROM --platform=linux/amd64 debian:buster
2+ FROM --platform=linux/amd64 uozi/nginx-ui-demo- debian-base-slim:latest
33WORKDIR /app
4- COPY ./resources/demo/sources.list /etc/apt/sources.list
5- RUN cd /app && apt-get update -y && apt install nginx curl -y
64EXPOSE 80
75COPY ./resources/demo/nginx.conf /etc/nginx/sites-available/default
86COPY ./resources/demo/app.ini /app/app.ini
Original file line number Diff line number Diff line change 11{
22 "name" : " nginx-ui-frontend" ,
3- "version" : " 1.3.0 " ,
3+ "version" : " 1.3.1 " ,
44 "private" : true ,
55 "scripts" : {
66 "serve" : " vue-cli-service serve" ,
Original file line number Diff line number Diff line change 1- {"version" :" 1.3.0 " ,"build_id" :1 ,"total_build" :54 }
1+ {"version" :" 1.3.1 " ,"build_id" :1 ,"total_build" :56 }
You can’t perform that action at this time.
0 commit comments