mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 13:17:55 -05:00
version 1.2.3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user