Skip to content

Commit

Permalink
Document use of podman instead of docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Pamplemousse committed Mar 27, 2024
1 parent 6da7be0 commit bbdde07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,18 @@ npm run check
*Note: [this docker image](https://hub.docker.com/r/pamplemousse/nodejs/) should contain all the tools to run and build the app.*

```bash
docker run --rm -it \
podman run --rm -it \
-v $(pwd):/app -w /app \
-u 1000:1000 \
--net host -p 8000:8000 -p 8080:8080 \
-p 8000:8000 -p 8080:8080 \
pamplemousse/nodejs
...
```

## run the app

```bash
docker run \
podman run \
--name xaviermaso.com \
-e NODE_ENV=production \
-p 8080:8000 \
Expand Down

0 comments on commit bbdde07

Please sign in to comment.