Remove debug output from Dockerfile
This commit is contained in:
parent
be942bcb79
commit
e0c560c2d7
@ -12,7 +12,6 @@ RUN mkdir /opt/recipes
|
||||
RUN chown recipes:recipes /opt/recipes
|
||||
WORKDIR /opt/recipes
|
||||
COPY --chown=recipes:recipes . ./
|
||||
RUN pwd && ls -lha
|
||||
RUN chmod +x boot.sh
|
||||
|
||||
# hadolint ignore=DL3018
|
||||
|
Loading…
Reference in New Issue
Block a user