Skip to content

Commit

Permalink
Dockerfile: fix pzs-ng install
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr authored Dec 18, 2023
1 parent c1da568 commit c18dc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ COPY --chown=0:0 etc/pywho.conf /glftpd/bin/pywho.conf
COPY --chown=0:0 bin/spy /glftpd/bin/spy
COPY --chown=0:0 etc/spy.conf /glftpd/bin/spy.conf
COPY --chown=0:0 var/www/pyspy/ /glftpd/bin
COPY --chown=0:0 --from=build /build /glftpd
COPY --chown=0:0 --from=build /glftpd /glftpd
COPY --chown=0:0 --from=bot / /
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=SC2016,SC2028,DL3008
Expand Down

0 comments on commit c18dc9b

Please sign in to comment.