mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 05:42:27 +08:00
fix(ci): fix .dockerignore
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user