Skip to content

Commit

Permalink
Made a Dockerfile to package WWW SQL Designer
Browse files Browse the repository at this point in the history
Simple Dockerfile.

See docker image result here:

https://hub.docker.com/r/pywebdesign/wwwsqldesigner/
  • Loading branch information
pywebdesign committed Feb 10, 2017
1 parent a8a958a commit 9e67a22
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM tutum/apache-php
RUN apt-get update && apt-get install -yq git && rm -rf /var/lib/apt/lists/*
RUN rm -fr /app
ADD . /app

0 comments on commit 9e67a22

Please sign in to comment.