mirror of
https://github.com/logos-storage/logos-storage-frontend.git
synced 2026-01-03 05:43:07 +00:00
9 lines
206 B
Batchfile
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%
|