Skip to content
Snippets Groups Projects
Verified Commit f40a562d authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Use APP arg

parent bbfd46b8
Branches arg-apps
No related tags found
No related merge requests found
FROM python:3.9-buster AS core
# Build arguments
ARG EXTRAS="ldap,s3"
ARG APP_VERSION=""
ARG EXTRAS=""
ARG APPS=""
# Configure Python to be nice inside Docker and pip to stfu
ENV PYTHONUNBUFFERED 1
......@@ -50,7 +50,7 @@ RUN set -e; \
mkdir -p ${ALEKSIS_static__root} \
${ALEKSIS_media__root} \
${ALEKSIS_backup__location}; \
eatmydata pip install AlekSIS-Core\[$EXTRAS\]$APP_VERSION
eatmydata pip install $APPS
# Define entrypoint, volumes and uWSGI running on port 8000
EXPOSE 8000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment