project_start/dockerfiles/ftp/Dockerfile

3 lines
64 B
Docker
Executable File

FROM alpine:3.13
COPY ./scripts/* /home/
RUN sh /home/install.sh