Compare commits

..

No commits in common. "7c86a51ed1984550a4f86725c1ec303a93848a95" and "d91f3c28c32a739ff1967e239f8cd44fd3a2c053" have entirely different histories.

2 changed files with 1 additions and 16 deletions

View File

@ -38,18 +38,3 @@ Edit `_layouts/home.html`
Edit `_data/menus.yml` Edit `_data/menus.yml`
### Rebuilding and pushing the build/serve images
You need to be authenticated to do this. Go to [Applications](https://git.hswro.org/user/settings/applications),
create a new Access Token with Access set to All and scope of Packages: Read and Write. Run `docker login git.hswro.org`,
enter your Forgejo username, use the Access Token as a password. From there you can publish images:
```
docker build -t git.hswro.org/hswro/hswro_org_build -f docker/build.Dockerfile .
docker push git.hswro.org/hswro/hswro_org_build:latest
```
```
docker build -t git.hswro.org/hswro/hswro_org_serve_base -f docker/serve_base.Dockerfile .
docker push git.hswro.org/hswro/hswro_org_serve_base:latest
```

View File

@ -1,4 +1,4 @@
FROM git.hswro.org/hswro/hswro_org_serve_base:caddy FROM git.hswro.org/fleg/serve_base:caddy
# Copy the static website # Copy the static website
# Use the .dockerignore file to control what ends up inside the image! # Use the .dockerignore file to control what ends up inside the image!