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
|
image: peaceiris/mdbook:v0.4.30
|
||||||
commands:
|
commands:
|
||||||
- mdbook build
|
- mdbook build
|
||||||
test:
|
|
||||||
image: peaceiris/mdbook:v0.4.30
|
|
||||||
commands:
|
|
||||||
- ls
|
|
||||||
- pwd
|
|
||||||
- cd book && ls
|
|
||||||
- cd static && ls
|
|
||||||
build_and_release:
|
build_and_release:
|
||||||
image: maltegrosse/woodpecker-buildah:0.0.12
|
image: maltegrosse/woodpecker-buildah:0.0.12
|
||||||
settings:
|
settings:
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
FROM nginx:alpine3.17-slim
|
FROM nginx:alpine3.17-slim
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY . .
|
|
||||||
|
|
||||||
COPY ./nginx.conf /etc/nginx/nginx.conf
|
COPY ./nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY ./book /app/static
|
COPY ./book /app/static
|
Loading…
Reference in New Issue