fix(ci): fix .dockerignore

This commit is contained in:
henry.chen
2023-05-25 16:44:31 +08:00
parent 7f26503247
commit 1509a68cda
3 changed files with 9 additions and 11 deletions

View File

@@ -1,12 +1,12 @@
# Ignore all files and dirs
*
# Unignore files or dirs
!build
!bin
!conf
!assets
!website
!CHANGELOG.md
!LICENSE
!README.md
.github
bin
docs
.gitignore
db.sqlite
docker-compose.yml
eiblog.conf
Makefile

View File

@@ -2,7 +2,6 @@ FROM golang:1.20 AS builder
WORKDIR /eiblog
COPY . .
RUN pwd
RUN ./scripts/run_build.sh backup

View File

@@ -2,7 +2,6 @@ FROM golang:1.20 AS builder
WORKDIR /eiblog
COPY . .
RUN pwd
RUN ./scripts/run_build.sh eiblog