Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
Added working dir (fixes #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
drgomesp committed Jan 30, 2016
1 parent 3b612ee commit ccc4ce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN usermod -u 1000 www-data
# Copy source files
COPY . /app/

WORKDIR /app

EXPOSE 8888

CMD ["/usr/bin/supervisord"]

0 comments on commit ccc4ce0

Please sign in to comment.