Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Commit

Permalink
Added makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
marclennox committed Jul 9, 2015
1 parent 1507384 commit 390e0ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DOCKER_IMAGE_NAME=tenstartups/openresty

build: Dockerfile
docker build -t ${DOCKER_IMAGE_NAME} .

run: build
docker run -it --rm ${DOCKER_IMAGE_NAME} ${ARGS}
4 changes: 0 additions & 4 deletions build

This file was deleted.

0 comments on commit 390e0ba

Please sign in to comment.