Skip to content

Commit

Permalink
Changes ports
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarzonsf committed Dec 15, 2023
1 parent b3b4566 commit b091690
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 @@ -4,7 +4,7 @@ LABEL maintainer="Julian Gil <[email protected]>" version="1.0.0"

# Requirements are installed here to ensure they will be cached.
COPY . .
RUN pip3 install -r ../requirements.txt
RUN pip3 install -r ../requirements-dev.txt
ENV FLASK_CONFIG="../conf/dev.py"
RUN sed -i 's/\r//' /start
RUN chmod +x /start
Expand Down

0 comments on commit b091690

Please sign in to comment.