docker fixed
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Malte Grosse 2024-05-14 18:34:47 +09:00
parent d3a2521828
commit ee8156c522
2 changed files with 0 additions and 9 deletions

View File

@ -3,13 +3,6 @@ steps:
image: peaceiris/mdbook:v0.4.30
commands:
- mdbook build
test:
image: peaceiris/mdbook:v0.4.30
commands:
- ls
- pwd
- cd book && ls
- cd static && ls
build_and_release:
image: maltegrosse/woodpecker-buildah:0.0.12
settings:

View File

@ -1,7 +1,5 @@
FROM nginx:alpine3.17-slim
WORKDIR /app
COPY . .
COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./book /app/static