crappy docker build script

This commit is contained in:
benbierens 2023-11-26 09:46:48 +01:00
parent a4ead04d29
commit 912ea83020
No known key found for this signature in database
GPG Key ID: FE44815D96D0A1AA

2
build-docker.bat Normal file
View File

@ -0,0 +1,2 @@
docker build -f Dockerfile.client -t thatbenbierens/codex-frontend:initial .
docker push thatbenbierens/codex-frontend:initial