Modified README

This commit is contained in:
Patrick Alvin Alcala 2025-08-05 10:46:50 +08:00
parent c51942b6d4
commit a3555ceb78

View file

@ -57,16 +57,39 @@ pnpm build
### Docker
#### Edit name and port on docker-compose.yml
```
sudo vim docker-compose.yml
```
#### Run Docker Compose
```
docker compose up -d
```
#### Remove the dangling image created
An node image was created as a requirement for the build process, to ensure dependencies are installed. This image is temporary and should be remove afer the built project is moved to nginx runtime image.
```
docker rmi $(docker images -f "dangling=true" -q)
```
### Podman
#### Run Podman Compose
```
podman-compose up -d
```
#### Remove the dangling image created
```
podman rmi $(docker images -f "dangling=true" -q)
```
### Podman Quadlet
#### Edit Quadlet Container
@ -75,7 +98,7 @@ podman-compose up -d
sudo vim quadlet/quadlet.container
```
#### Copy Quadlet to proper directory
#### Copy and Rename the Quadlet to proper directory
```
mkdir -p ~/.config/containers/systemd/