Commit 271acf2f authored by Duggan, John's avatar Duggan, John
Browse files

Compile Python before first run

parent 77e257c5
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+2 −2
Original line number Diff line number Diff line
@@ -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
+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"