FROM alpine EXPOSE 3000 COPY example /bin/ RUN ls -la CMD /bin/example