Skip to content

Commit

Permalink
docker-compose working
Browse files Browse the repository at this point in the history
  • Loading branch information
maximizer committed Aug 9, 2018
1 parent 36b002e commit 304e00a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ RUN apt-get update -q -y \
ca-certificates \
git

COPY . /var/www/html/
COPY . /var/www/html

WORKDIR /var/www/html

# Install Deps
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
arena:
build: .
ports:
- "80:80"
- "8080:80"

0 comments on commit 304e00a

Please sign in to comment.