diff options
| author | Linus Färnstrand <faern@faern.net> | 2023-02-08 15:07:29 +0100 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2023-02-09 09:37:07 +0100 |
| commit | 82efd490f177d8890e19d8f20c60a87385bf7a31 (patch) | |
| tree | 76338ff1169cc7dc4b5254aa6f31ed13bc7bbf14 | |
| parent | 4c560f27cfa21c77bb3e73a375e3c74db031bbf7 (diff) | |
| download | mullvadvpn-82efd490f177d8890e19d8f20c60a87385bf7a31.tar.xz mullvadvpn-82efd490f177d8890e19d8f20c60a87385bf7a31.zip | |
Fix comment in dockerfile explaining how to build it
| -rw-r--r-- | android/docker/Dockerfile | 2 | ||||
| -rw-r--r-- | building/Dockerfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/android/docker/Dockerfile b/android/docker/Dockerfile index 3183f4bf92..a859ed16c6 100644 --- a/android/docker/Dockerfile +++ b/android/docker/Dockerfile @@ -1,4 +1,4 @@ -# To build the image: +# To build the image (executed from this Dockerfile directory): # podman build . -t mullvadvpn-app-build-android # # To build using the image: diff --git a/building/Dockerfile b/building/Dockerfile index a1a4548476..0e9b5402d8 100644 --- a/building/Dockerfile +++ b/building/Dockerfile @@ -1,5 +1,5 @@ -# To build the image: -# podman build . -t mullvadvpn-app-build +# To build the image (executed from the repository root): +# podman build -f building/Dockerfile . -t mullvadvpn-app-build # # To run the image and build the app you need to mount the app's source directory into the # container. You also probably want to mount in a directory for CARGO_HOME, so each container |
