Loading dockerfiles/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ SHELL [ "pixi", "run", "-e", "production" ] ENTRYPOINT [ "pixi", "run", "-e", "production", "--manifest-path", "/src/pyproject.toml" ] RUN pixi add --pypi supervisor RUN pixi run python -m compileall RUN scripts/generate_static_client.sh RUN chmod og+rwX -R /src Loading pixi.lock +2 −2 Original line number Diff line number Diff line Loading @@ -1324,8 +1324,8 @@ packages: requires_python: '>=3.10' - pypi: ./ name: ips-fastran-gui version: 0.3.0 sha256: fd9c8aaaabe7b82b4e206a88e5b36f22099a3b063217582338c0584c3ccd40e3 version: 0.3.1 sha256: 167c83fe08909d59847298f36c402aee83ae28cf2f4654b1aeddae107eb73697 requires_python: '>=3.10,<3.14' editable: true - pypi: https://files.pythonhosted.org/packages/7f/66/b15ce62552d84bbfcec9a4873ab79d993a1dd4edb922cbfccae192bd5b5f/jaraco.classes-3.4.0-py3-none-any.whl Loading pyproject.toml +1 −1 Original line number Diff line number Diff line [project] name = "ips-fastran-gui" version = "0.3.0" version = "0.3.1" description = "IPS Fastran GUI Project" authors = [] readme = "README.md" Loading Loading
dockerfiles/Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -51,6 +51,7 @@ SHELL [ "pixi", "run", "-e", "production" ] ENTRYPOINT [ "pixi", "run", "-e", "production", "--manifest-path", "/src/pyproject.toml" ] RUN pixi add --pypi supervisor RUN pixi run python -m compileall RUN scripts/generate_static_client.sh RUN chmod og+rwX -R /src Loading
pixi.lock +2 −2 Original line number Diff line number Diff line Loading @@ -1324,8 +1324,8 @@ packages: requires_python: '>=3.10' - pypi: ./ name: ips-fastran-gui version: 0.3.0 sha256: fd9c8aaaabe7b82b4e206a88e5b36f22099a3b063217582338c0584c3ccd40e3 version: 0.3.1 sha256: 167c83fe08909d59847298f36c402aee83ae28cf2f4654b1aeddae107eb73697 requires_python: '>=3.10,<3.14' editable: true - pypi: https://files.pythonhosted.org/packages/7f/66/b15ce62552d84bbfcec9a4873ab79d993a1dd4edb922cbfccae192bd5b5f/jaraco.classes-3.4.0-py3-none-any.whl Loading
pyproject.toml +1 −1 Original line number Diff line number Diff line [project] name = "ips-fastran-gui" version = "0.3.0" version = "0.3.1" description = "IPS Fastran GUI Project" authors = [] readme = "README.md" Loading