Skip to content

Commit

Permalink
Merge branch 'dev' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Genarito committed Dec 7, 2023
2 parents aab0dd1 + ff6435e commit ee2376d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ COPY . .

RUN echo 0 > tools/healthcheck/tries.txt
HEALTHCHECK CMD python tools/healthcheck/check.py

# Gives execution permissions to run.sh
RUN chmod +x tools/run.sh

# Run app
CMD ["/bin/bash","-c","tools/run.sh"]

# Modulector port
Expand Down
2 changes: 1 addition & 1 deletion ModulectorBackend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os

# Modulector version
VERSION: str = '2.1.2'
VERSION: str = '2.1.3'

# Default primary key field type
# https://docs.djangoproject.com/en/4.0/ref/settings/#default-auto-field
Expand Down

0 comments on commit ee2376d

Please sign in to comment.