use local sources when building Docker image, add LOCAL_PHP and LOCAL_PHP_REMOTE to settings.json and fix pip bug related to removed working directory

This commit is contained in:
bunkerity
2021-07-13 11:00:18 +02:00
parent 8e3dbf1c70
commit 71cf3cf5c1
3 changed files with 36 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
FROM nginx:1.20.1-alpine
COPY . /tmp/bunkerized-nginx-docker
COPY helpers/install.sh /tmp/install.sh
RUN apk --no-cache add bash && \
chmod +x /tmp/install.sh && \