Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Apr 19, 2024
1 parent 88c1294 commit c6f2dc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10-bullseye as base
FROM python:3.12-bullseye as base


FROM base as build
Expand Down Expand Up @@ -65,8 +65,6 @@ RUN pip install --no-cache-dir -e .

USER iceprod

RUN python make_dataclasses.py

ENTRYPOINT ["/home/iceprod/env.sh"]

CMD ["/home/iceprod/bin/iceprod_server.py", "-n", "start"]
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ install_requires =
tornado
unidecode
wipac-dev-tools
wipac-rest-tools<1.6
python_requires = >=3.10, <3.13
wipac-rest-tools
python_requires = >=3.11
packages = find:

[options.extras_require]
Expand Down

0 comments on commit c6f2dc1

Please sign in to comment.