Remove debug output from Dockerfile

This commit is contained in:
h4llow3En
2020-03-20 09:28:33 +01:00
parent be942bcb79
commit e0c560c2d7

View File

@ -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