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:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user