Explorar o código

Update Dockerfile name in readme

Antony Messerli %!s(int64=2) %!d(string=hai) anos
pai
achega
0b9700cba1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -98,7 +98,7 @@ The build output will be located in /var/www/html by default.
 #### Deploying with Docker
 
 ```
-docker build -t localbuild -f Dockerfile-build .
+docker build -t localbuild -f Dockerfile .
 docker run --rm -it -v $(pwd):/buildout localbuild
 ```