Skip to content

Commit

Permalink
Merge pull request #1 from linuxbandit/feature/add-docker-compose
Browse files Browse the repository at this point in the history
feat: add docker-compose inside
  • Loading branch information
gadiener authored Apr 7, 2020
2 parents 2eb2e46 + 618599c commit d7fdd7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM docker:19.03

RUN apk add --no-cache bash
RUN apk add --no-cache bash docker-compose

CMD ["bash"]

0 comments on commit d7fdd7e

Please sign in to comment.