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 # Ignore all files and dirs
*
# Unignore files or dirs # Unignore files or dirs
!build .github
!bin bin
!conf docs
!assets .gitignore
!website db.sqlite
!CHANGELOG.md docker-compose.yml
!LICENSE eiblog.conf
!README.md Makefile

View File

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

View File

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