Skip to content
Snippets Groups Projects
Verified Commit 62f15f74 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Allow passing an explicit app source

parent 58e1e474
No related tags found
No related merge requests found
......@@ -41,10 +41,11 @@ RUN case ",$EXTRAS," in \
esac
# Install core
ARG APP_VERISON=""
ARG APP_SOURCE=AlekSIS-Core
ARG APP_VERSION=""
RUN set -e; \
mkdir -p /var/lib/aleksis/media /usr/share/aleksis/static /var/lib/aleksis/backups; \
eatmydata pip install AlekSIS-Core\[$EXTRAS\]$APP_VERSION
eatmydata pip install @APP_SOURCE\[$EXTRAS\]$APP_VERSION
# Declare a persistent volume for all data
VOLUME /var/lib/aleksis
......
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