Skip to content

Commit

Permalink
Added Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkrishnar committed Jun 6, 2020
1 parent c3ba00e commit 0a65dd2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
FROM php:5.6-apache
COPY . /var/www/html/
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: "3.1"
services:
app:
build: .
ports:
- "80:80"
restart: always
networks:
- default
networks:
default:

0 comments on commit 0a65dd2

Please sign in to comment.