update peldd

This commit is contained in:
Eric Trombly 2020-10-02 20:30:15 -05:00
parent 77a93875bc
commit 4b66d6694e
2 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ CMD ["/usr/bin/package.sh"]
# 2) Building the image: # 2) Building the image:
# $ docker build . -t PROJECTNAME-build-image # $ docker build . -t PROJECTNAME-build-image
# 3) Creating a container with the source mounted the image (which kicks off the build): # 3) Creating a container with the source mounted the image (which kicks off the build):
# $ docker create -v `pwd`:/home/rustacean/src --name PROJECTNAME-build PROJECTNAME-build-image # $ docker create -v `pwd`:/home/rust/src --name PROJECTNAME-build PROJECTNAME-build-image
# 4) Each time you want to build the project, start the Docker container. # 4) Each time you want to build the project, start the Docker container.
# Add "-ai" to watch the build progress. # Add "-ai" to watch the build progress.
# $ docker start PROJECTNAME-build # $ docker start PROJECTNAME-build

BIN
peldd

Binary file not shown.