Files
Docker_Image/Containerfile

6 lines
87 B
Docker

FROM alpine
WORKDIR /app
COPY ./project_name/* /app
CMD ["sh", "/app/hello_world.sh"]