'Hello_world/Dockerfile' updaten
This commit is contained in:
parent
128d2f41b0
commit
8f6490c700
1 changed files with 0 additions and 9 deletions
|
@ -1,15 +1,6 @@
|
||||||
ARG BUILD_FROM
|
ARG BUILD_FROM
|
||||||
FROM $BUILD_FROM
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
# Install requirements for add-on
|
|
||||||
RUN \
|
|
||||||
apk add --no-cache \
|
|
||||||
python3
|
|
||||||
|
|
||||||
# Python 3 HTTP Server serves the current working dir
|
|
||||||
# So let's set it to our add-on persistent data directory.
|
|
||||||
WORKDIR /data
|
|
||||||
|
|
||||||
# Copy data for add-on
|
# Copy data for add-on
|
||||||
COPY run.sh /
|
COPY run.sh /
|
||||||
RUN chmod a+x /run.sh
|
RUN chmod a+x /run.sh
|
||||||
|
|
Loading…
Reference in a new issue