mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Clean up Dockerfile by removing unused lines
Remove commented environment variables and working directory settings.
This commit is contained in:
@@ -27,10 +27,9 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
|
|||||||
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
|
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
|
||||||
S6_SERVICES_GRACETIME=0
|
S6_SERVICES_GRACETIME=0
|
||||||
|
|
||||||
|
#ENV PGDATA=/config/postgres
|
||||||
ENV PGDATA=/config/postgres
|
#ENV GUACAMOLE_HOME=/config
|
||||||
ENV GUACAMOLE_HOME=/config
|
#WORKDIR /config
|
||||||
WORKDIR /config
|
|
||||||
|
|
||||||
# hadolint ignore=SC2016
|
# hadolint ignore=SC2016
|
||||||
RUN \
|
RUN \
|
||||||
|
|||||||
Reference in New Issue
Block a user