logos-storage-frontend/docker/build-docker.bat
2023-11-30 17:01:14 +02:00

9 lines
206 B
Batchfile

:: Variables
set repository=thatbenbierens/codex-frontend
set tag=initial
set app_src=../frontend
:: Build
docker build --build-arg APP_SRC=%app_src% -t %repository%:%tag% .
docker push %repository%:%tag%