We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4953a1 commit 9fbb560Copy full SHA for 9fbb560
docker/Dockerfile
@@ -21,6 +21,8 @@ RUN chown autoftp:autoftp /opt/autoftp && \
21
# Get hold of the latest stable release of AutoFTP as an executable
22
ADD https://github.com/JAGFin1/auto-ftp/releases/download/1.2/auto-ftp.jar /opt/autoftp/
23
24
+RUN chown autoftp:autoftp /opt/autoftp/auto-ftp.jar
25
+
26
WORKDIR /opt/autoftp
27
USER autoftp
28
0 commit comments