1
0
mirror of https://github.com/alice-lg/alice-lg.git synced 2024-05-11 05:55:03 +00:00
alice-lg-alice-lg/Makefile.docker
2022-11-10 10:42:33 +01:00

12 lines
142 B
Docker

# Build Docker Image
APP_VERSION=$(shell cat ./VERSION)
all: image
image:
docker build . -t alice-lg:latest -t alice-lg:$(APP_VERSION)