Remove debug output from Dockerfile

This commit is contained in:
h4llow3En 2020-03-20 09:28:33 +01:00
parent be942bcb79
commit e0c560c2d7
No known key found for this signature in database
GPG Key ID: E30BD90E953CCB30

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