Skip to content

Commit

Permalink
Add EXPOSE 80 for compatibility with Kitematic
Browse files Browse the repository at this point in the history
  • Loading branch information
DieterReuter committed Jun 12, 2015
1 parent fad4dcd commit 1572ec6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Dockerfile
@@ -0,0 +1,2 @@
FROM hypriot/rpi-busybox-httpd
EXPOSE 80
4 changes: 3 additions & 1 deletion Makefile
@@ -1,4 +1,4 @@
DOCKER_IMAGE_VERSION=0.1.0
DOCKER_IMAGE_VERSION=0.1.1
DOCKER_IMAGE_NAME=hypriot/rpi-busybox-httpd
DOCKER_IMAGE_TAGNAME=$(DOCKER_IMAGE_NAME):$(DOCKER_IMAGE_VERSION)

Expand All @@ -12,6 +12,8 @@ build:
--cmd 'httpd -f -p 80 -h /www' \
/bin/busybox
docker tag -f $(DOCKER_IMAGE_NAME) $(DOCKER_IMAGE_NAME):latest
docker build -t hypriot/rpi-busybox-httpd .
docker tag -f $(DOCKER_IMAGE_NAME) $(DOCKER_IMAGE_NAME):latest
docker tag -f $(DOCKER_IMAGE_NAME) $(DOCKER_IMAGE_TAGNAME)

push:
Expand Down

0 comments on commit 1572ec6

Please sign in to comment.