This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
cors-anywhere-docker/justfile

9 lines
256 B
Makefile

set shell := ["zsh", "-c"]
default: build-docker push-docker
build-docker:
docker build -t gitea.antoine-langlois.net/datahearth/cors-anywhere-docker:latest .
push-docker:
docker push gitea.antoine-langlois.net/datahearth/cors-anywhere-docker:latest