Skip to content

Commit 1bb680d

Browse files
committed
chore: move files
1 parent 795bb8e commit 1bb680d

5 files changed

+2
-2
lines changed

docker/Dockerfile Dockerfile

File renamed without changes.
File renamed without changes.
File renamed without changes.

docker/README.md README-DOCKER.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Prepare Docker Image
44
Run the command from the root directory of this repository.
55
```shell
6-
docker build --no-cache -t gpw-ocelot:latest -f docker/Dockerfile.debug .
6+
docker build --no-cache -t gpw-ocelot:latest -f Dockerfile.debug .
77
```
88

99
Here are three docker configurations for build:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If the service is to run in production, [systemd](https://wiki.ubuntu.com/system
7171

7272
Run these commands from the root directory of this repository.
7373
```shell
74-
docker build --no-cache -t gpw-ocelot:latest -f docker/Dockerfile .
74+
docker build --no-cache -t gpw-ocelot:latest -f Dockerfile .
7575
```
7676
If this is to deploy in production, remove `CXXFLAGS=-D__DEBUG_BUILD__` which is for testing purpose,
7777
such as allowing peer connections from local networks

0 commit comments

Comments
 (0)