version 1.2.3

This commit is contained in:
LeonOstrez
2025-01-14 15:14:48 +01:00
parent b57d9131db
commit 48a287b90a
2 changed files with 2 additions and 2 deletions

View File

@@ -93,7 +93,7 @@ ENV PYTHAGORA_DATA_DIR=${PYTH_INSTALL_DIR}/pythagora-core/data/
RUN mkdir -p data
# Expose MongoDB and application ports
EXPOSE 27017 8000 5173 3000 4444
EXPOSE 27017 8000
# Create a group named "devusergroup" with a specific GID (1000, optional)
RUN groupadd -g 1000 devusergroup

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pythagora-core"
version = "1.2.2"
version = "1.2.3"
description = "Build complete apps using AI agents"
authors = ["Leon Ostrez <leon@pythagora.ai>"]
license = "FSL-1.1-MIT"