Skip to content

Commit 2ff6bb0

Browse files
committed
slim demo base image
1 parent 1477483 commit 2ff6bb0

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
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
33
WORKDIR /app
4-
COPY ./resources/demo/sources.list /etc/apt/sources.list
5-
RUN cd /app && apt-get update -y && apt install nginx curl -y
64
EXPOSE 80
75
COPY ./resources/demo/nginx.conf /etc/nginx/sites-available/default
86
COPY ./resources/demo/app.ini /app/app.ini

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

frontend/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.3.0","build_id":1,"total_build":54}
1+
{"version":"1.3.1","build_id":1,"total_build":56}

0 commit comments

Comments
 (0)