diff --git a/Dockerfile b/Dockerfile index 8132c1e..a0e1964 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ CMD ["/usr/bin/package.sh"] # 2) Building the image: # $ docker build . -t PROJECTNAME-build-image # 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. # Add "-ai" to watch the build progress. # $ docker start PROJECTNAME-build diff --git a/peldd b/peldd index c06ae7d..8cba0e3 100755 Binary files a/peldd and b/peldd differ