Skip to content

Commit

Permalink
fallback to old dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Skitionek committed Apr 3, 2024
1 parent 5554f00 commit 430c7e8
Show file tree
Hide file tree
Showing 4 changed files with 1,082 additions and 821 deletions.
2 changes: 1 addition & 1 deletion appserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ USER $N4J_USER
# Setup flask application environment vars
ENV MAX_ALLOWED_LOGIN_FAILURES 6

CMD ["bin/startup.sh"]
CMD [ "bin/startup.sh" ]
3 changes: 2 additions & 1 deletion appserver/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@ paramiko = "==2.7.2"
google-cloud-storage = "==1.36.1"
fastjsonschema = "==2.15.0"
marshmallow-dataclass = "==8.3.1"
marshmallow-enum = "==1.5.1"
deepdiff = "==5.2.3"
timeflake = "==0.3.3"
scipy = "==1.6.1"
statsmodels = "==0.12.2"
sqlalchemy = "==1.3.23"
azure-storage-file = "==2.1.0"
azure-storage-blob = "==12.8.0"
neo4j = "==4.2.1"
python-magic = "==0.4.22"
httpretty = "==1.0.5"
sendgrid = "==6.7.0"
Expand All @@ -77,7 +79,6 @@ openai = "*"
types-cachetools = "*"
mypy = "==0.981"
pyyaml = "==6.0.1"
marshmallow-enum = "*"

[requires]
python_version = "3.9"
Expand Down
Loading

0 comments on commit 430c7e8

Please sign in to comment.