mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Removed mkdir, If the WORKDIR doesn’t exist, it will be created. (#19892)
This commit is contained in:
parent
01eee52990
commit
8b49ecbe7d
@ -16,7 +16,6 @@ LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
|
||||
|
||||
VOLUME /config
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Copy build scripts
|
||||
|
@ -17,7 +17,6 @@ LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
|
||||
|
||||
VOLUME /config
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
# Copy build scripts
|
||||
|
Loading…
x
Reference in New Issue
Block a user