You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/docker.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This project provides a Dockerfile to build and run the application in a contain
6
6
7
7
To build the image, you can use the `make build` command from the `docker` folder. This will build the image with the name `unicef/hope-beneficiary-portal:local`.
8
8
9
-
```shell
9
+
```shell
10
10
cd docker
11
11
make build
12
12
```
@@ -15,7 +15,7 @@ make build
15
15
16
16
To run the image, you can use the `make run` command from the `docker` folder. This will run the image and expose the port 8000.
17
17
18
-
```shell
18
+
```shell
19
19
cd docker
20
20
make run
21
21
```
@@ -24,7 +24,7 @@ make run
24
24
25
25
To check the image, you can use the `make check` command from the `docker` folder. This will run the `check.sh` script inside the container.
26
26
27
-
```shell
27
+
```shell
28
28
cd docker
29
29
make check
30
30
```
@@ -33,7 +33,7 @@ make check
33
33
34
34
To get a shell inside the container, you can use the `make shell` command from the `docker` folder.
0 commit comments