mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +08:00
fix(ci): fix .dockerignore
This commit is contained in:
@@ -2,7 +2,6 @@ FROM golang:1.20 AS builder
|
||||
|
||||
WORKDIR /eiblog
|
||||
COPY . .
|
||||
RUN pwd
|
||||
RUN ./scripts/run_build.sh backup
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user