changed to be dependant on k8s branch builds, keeps the blog the same between the 2 branches

This commit is contained in:
John Doe 2023-02-13 18:14:14 -05:00
parent 631c7c9fae
commit a29df509b6
2 changed files with 1 additions and 13 deletions

View File

@ -1,12 +0,0 @@
FROM rust:latest
RUN cargo install mdbook
RUN apt-get update && apt-get install -y vim git
RUN mkdir -p /mdbook
WORKDIR /mdbook
EXPOSE 3000
CMD mdbook serve -n 0.0.0.0

View File

@ -1,6 +1,6 @@
services:
mdbook:
build: .
image: docker.scalz.cloud/blog
container_name: mdbook
volumes:
- "./blog:/mdbook"