Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
schech1 committed Oct 21, 2024
1 parent 6f0e1ec commit 42b0dd8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,5 @@ EXPOSE 5005
# Set FLASK_APP environment variable
ENV FLASK_APP=app.py

# Read VERSION file and set the environment variable
RUN VERSION=$(cat /app/VERSION) && echo "VERSION=${VERSION}" >> /etc/environment

# Command to run the Flask app
CMD ["python", "app.py"]
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.3
v1.1.4

0 comments on commit 42b0dd8

Please sign in to comment.