Skip to content

Commit

Permalink
Merge pull request #2 from arg-tech/deploy
Browse files Browse the repository at this point in the history
port updated
  • Loading branch information
raruidol authored Aug 23, 2024
2 parents 0b1f2d3 + bb1d3fe commit e0db1b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ RUN chmod +x boot.sh
ENV FLASK_APP app


EXPOSE 2348
EXPOSE 5001
ENTRYPOINT ["./boot.sh"]
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ services:
container_name: amf_ari
build: .
ports:
- "2348:2348"
- "5001:5001"

0 comments on commit e0db1b8

Please sign in to comment.