Docker: removed superfluous ;

This commit is contained in:
2017-03-10 09:54:27 +01:00
parent 85f3f19c34
commit 6e1425ab25

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
exec docker build -t pillar_base -f base.docker .;
exec docker build -t pillar_base -f base.docker .