Skip to content

Commit

Permalink
unit
Browse files Browse the repository at this point in the history
  • Loading branch information
aspicer committed Jun 12, 2024
1 parent 7d44424 commit 57e0efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN apt-get update && \
# ---------------------------------------------------------
#

FROM unit:python3.11 as unit
FROM unit:python3.11 as unit-132-python-311

# copied from https://github.com/nginx/unit/blob/master/pkg/docker/Dockerfile.python3.11
LABEL org.opencontainers.image.title="Unit (python3.11)"
Expand Down Expand Up @@ -233,7 +233,7 @@ CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock"]
#
# ---------------------------------------------------------
#
FROM unit
FROM unit-132-python-311
WORKDIR /code
SHELL ["/bin/bash", "-e", "-o", "pipefail", "-c"]
ENV PYTHONUNBUFFERED 1
Expand Down

0 comments on commit 57e0efb

Please sign in to comment.