renamed dev container dockerfile
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
// Sets the run context to one level up instead of the .devcontainer folder.
|
||||
"context": "..",
|
||||
// Update the 'dockerFile' property if you aren't using the standard 'Dockerfile' filename.
|
||||
"dockerfile": "../Dockerfile.dev"
|
||||
"dockerfile": "../Dockerfile.dev_container"
|
||||
},
|
||||
|
||||
"mounts": [
|
||||
|
||||
@@ -4,12 +4,7 @@ ENV CONF=/conf
|
||||
|
||||
RUN mkdir $CONF
|
||||
|
||||
# COPY ./system_packages.txt ${CONF}
|
||||
# RUN find $CONF -name system_packages.txt -type f -not -empty -exec cat {} \; -exec echo -n " " \; | tr '\n' ' ' | xargs -t --no-run-if-empty apk add
|
||||
|
||||
COPY ./requirements.txt ${CONF}
|
||||
RUN find $CONF -name requirements.txt -type f -not -empty -exec pip3 install --upgrade -r {} \;
|
||||
|
||||
RUN pip install git+https://github.com/AppDaemon/appdaemon@dev
|
||||
|
||||
# CMD [ "bash" ]
|
||||
Reference in New Issue
Block a user