2021-05-14 14:42:53 +03:00
|
|
|
# Dockerfiles
|
|
|
|
|
2022-09-15 12:02:11 +03:00
|
|
|
```bash
|
|
|
|
make docker
|
|
|
|
```
|
2021-05-14 14:42:53 +03:00
|
|
|
|
2022-09-15 12:02:11 +03:00
|
|
|
Then test the image with:
|
2022-05-24 12:57:06 +03:00
|
|
|
|
2022-09-15 12:02:11 +03:00
|
|
|
```bash
|
|
|
|
make run-docker-alpine-dev
|
|
|
|
```
|