fixed create script

This commit is contained in:
2023-12-28 01:24:32 +02:00
parent 43aa9927bf
commit b5b70ec896
3 changed files with 3 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/zsh
docker build -t insugency-sandstorm:latest . --label type=GAME
docker build --label type=GAME -t insugency-sandstorm:latest .