print more stuff

This commit is contained in:
Samir Patel 2021-10-21 09:38:42 -05:00
parent 5f152af53a
commit 3aec5fd9de

View file

@ -4,6 +4,8 @@ LABEL maintainer "dev@molecula.com"
LABEL org.opencontainers.image.authors="dev@molecula.com"
RUN apk add --no-cache curl jq
RUN pwd
RUN ls .
COPY LICENSE /LICENSE
COPY NOTICE /NOTICE