mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2024-12-27 23:25:43 +03:00
5 lines
149 B
Makefile
5 lines
149 B
Makefile
all: fisheye-crucible
|
|
|
|
fisheye-crucible:
|
|
docker build --compress -t epicmorg/fisheye-crucible:latest .
|
|
docker push epicmorg/fisheye-crucible:latest
|