mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
slim demo base image
This commit is contained in:
parent
14774832c3
commit
2ff6bb0c69
3 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,6 @@
|
||||||
# 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
|
# 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
|
FROM --platform=linux/amd64 uozi/nginx-ui-demo-debian-base-slim:latest
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY ./resources/demo/sources.list /etc/apt/sources.list
|
|
||||||
RUN cd /app && apt-get update -y && apt install nginx curl -y
|
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
COPY ./resources/demo/nginx.conf /etc/nginx/sites-available/default
|
COPY ./resources/demo/nginx.conf /etc/nginx/sites-available/default
|
||||||
COPY ./resources/demo/app.ini /app/app.ini
|
COPY ./resources/demo/app.ini /app/app.ini
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "nginx-ui-frontend",
|
"name": "nginx-ui-frontend",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"serve": "vue-cli-service serve",
|
"serve": "vue-cli-service serve",
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{"version":"1.3.0","build_id":1,"total_build":54}
|
{"version":"1.3.1","build_id":1,"total_build":56}
|
Loading…
Add table
Add a link
Reference in a new issue