Skip to content

Commit

Permalink
correct deploying md
Browse files Browse the repository at this point in the history
  • Loading branch information
William Welling committed Jul 27, 2022
1 parent 948b99a commit 14c4991
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions DEPLOYING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
docker-compose up
```

* Copy the `example.env` file and call it `.env`. These are build args used in docker-compose.yml.
* Copy the `example.env.client` file and call it `.env.client`.
* Copy the `example.env.service` file and call it `.env.service`.
* Copy the `example.env` file and call it `.env`. These are build args and container environment variables used in docker-compose.yml.
* Change variables as needed.
* Run `docker-compose` commands.

Expand Down

0 comments on commit 14c4991

Please sign in to comment.