Skip to content

Commit

Permalink
Merge pull request SensorsIot#333 from conorstew/patch-2
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
Slyke authored May 5, 2021
2 parents 711b6ed + 1d0ab0b commit ede12e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/How-the-script-works.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# How the script works
The build script creates the ./services directory and populates it from the template file in .templates . The script then appends the text withing each service.yml file to the docker-compose.yml . When the stack is rebuild the menu doesn not overwrite the service folder if it already exists. Make sure to sync any alterations you have made to the docker-compose.yml file with the respective service.yml so that on your next build your changes pull through.
The build script creates the ./services directory and populates it from the template file in .templates . The script then appends the text withing each service.yml file to the docker-compose.yml . When the stack is rebuilt the menu does not overwrite the service folder if it already exists. Make sure to sync any alterations you have made to the docker-compose.yml file with the respective service.yml so that on your next build your changes pull through.

The .gitignore file is setup such that if you do a `git pull origin master` it does not overwrite the files you have already created. Because the build script does not overwrite your service directory any changes in the .templates directory will have no affect on the services you have already made. You will need to move your service folder out to get the latest version of the template.

Expand Down

0 comments on commit ede12e0

Please sign in to comment.