You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Needed to add following line to the Dockerfile to get this to work for me. As Docker throwing error around unknown access.
RUN chmod +x docker-run.sh
just after
COPY docker-run.sh ./
The text was updated successfully, but these errors were encountered:
danhol86
changed the title
Had issue with Docker running entry point /opt/mx-puppet-messages/docker-run.sh
Had issue with Docker running entry point /opt/mx-puppet-steam/docker-run.sh
Jan 29, 2021
Needed to add following line to the Dockerfile to get this to work for me. As Docker throwing error around unknown access.
RUN chmod +x docker-run.sh
just after
COPY docker-run.sh ./
The text was updated successfully, but these errors were encountered: