Skip to content

Commit 9fbb560

Browse files
Josh StarkJosh Stark
Josh Stark
authored and
Josh Stark
committed
Update Dockerfile
1 parent d4953a1 commit 9fbb560

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ RUN chown autoftp:autoftp /opt/autoftp && \
2121
# Get hold of the latest stable release of AutoFTP as an executable
2222
ADD https://github.com/JAGFin1/auto-ftp/releases/download/1.2/auto-ftp.jar /opt/autoftp/
2323

24+
RUN chown autoftp:autoftp /opt/autoftp/auto-ftp.jar
25+
2426
WORKDIR /opt/autoftp
2527
USER autoftp
2628

0 commit comments

Comments
 (0)