Skip to content

Commit

Permalink
clearing up the comment about package install
Browse files Browse the repository at this point in the history
  • Loading branch information
Naor Livne committed Jul 24, 2018
1 parent 5e88e98 commit 06a9a6a
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
Expand Up @@ -5,7 +5,7 @@ FROM python:2.7.15-alpine3.8
COPY . /www
RUN chmod +x /www/api-manager.py

# install flask and rabbitmq and required packages
# install required packages
RUN pip install -r /www/requirements.txt

# adding the gunicorn config
Expand Down

0 comments on commit 06a9a6a

Please sign in to comment.