Skip to content

Commit

Permalink
correcting Dockerfile typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elfosardo committed Oct 3, 2018
1 parent d7dbc44 commit fee79f3
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 @@ -6,6 +6,6 @@ WORKDIR /webminer
# Copies Everything
COPY . .
RUN CGO_ENABLED=0 GOOS=linux pip install --upgrade pip \
&& pip install pipenv
&& pip install pipenv \
&& pipenv install
CMD [ "flask", "run", "--host=0.0.0.0" ]

0 comments on commit fee79f3

Please sign in to comment.