docker fixed
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
This commit is contained in:
parent
d3a2521828
commit
ee8156c522
|
@ -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:
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
FROM nginx:alpine3.17-slim
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||
COPY ./book /app/static
|
Loading…
Reference in New Issue