|
|
@ -12,6 +12,7 @@ RUN apk add --no-cache python3 nginx tzdata && \ |
|
|
rm -f /etc/nginx/conf.d/* |
|
|
rm -f /etc/nginx/conf.d/* |
|
|
|
|
|
|
|
|
RUN mkdir -p /var/interlegis/sapl && \ |
|
|
RUN mkdir -p /var/interlegis/sapl && \ |
|
|
|
|
|
mkdir /var/log/gunicorn \ |
|
|
apk add --update --no-cache $BUILD_PACKAGES && \ |
|
|
apk add --update --no-cache $BUILD_PACKAGES && \ |
|
|
npm install -g bower && \ |
|
|
npm install -g bower && \ |
|
|
npm cache clean |
|
|
npm cache clean |
|
|
|