Skip to content

Commit

Permalink
update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-peters committed Nov 7, 2024
1 parent b843e9c commit 5d7e94d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@

# to build for a development environment, run the following command:
# docker build --build-arg build_env=dev -t coldfront --ssh default . --network=host
LABEL org.opencontainers.image.source=https://github.com/fasrc/coldfront
LABEL org.opencontainers.image.description="fasrc coldfront application"

FROM python:3.10

ARG build_env=production
ENV BUILD_ENV=$build_env

LABEL org.opencontainers.image.source=https://github.com/fasrc/coldfront
LABEL org.opencontainers.image.description="fasrc coldfront application"

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
&& apt-get install -y redis redis-server \
Expand Down

0 comments on commit 5d7e94d

Please sign in to comment.