1
0
mirror of synced 2024-11-25 18:54:23 +01:00

Simplify docker build process

This commit is contained in:
Stanislav Bondarenko 2018-02-06 20:14:11 -05:00
parent 49e3382db3
commit 9665001f86
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
FROM scratch

View File

@ -50,7 +50,7 @@ I know right?
### Dockerize No Code
Build an image
Build an image. It will work even without Docker.
```
docker build . > /dev/null 2>&1
```