Skip to content

Commit

Permalink
build: the all target will build the docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
fredriklindberg committed Jun 1, 2021
1 parent b7c5757 commit dd39e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package_name=exposr-server-$(version).tgz
project:=exposr-server
version:=$(shell git describe --tags --always --dirty 2> /dev/null || git rev-parse --short HEAD)

all:
all: package.build.container image.build

define docker.run
docker run --rm -i \
Expand Down

0 comments on commit dd39e0d

Please sign in to comment.