Skip to content

Commit

Permalink
switched to docker-compose to support building and running without sh…
Browse files Browse the repository at this point in the history
…ellscripts
  • Loading branch information
GameScripting committed Apr 13, 2017
1 parent de225d8 commit 2f4f612
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion buildDocker.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker build -t flipdot/rechenwesen .
docker-compose build
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
version: "3"
services:
app:
image: flipdot/rechenwesen
build: .

0 comments on commit 2f4f612

Please sign in to comment.