1
0
Fork 0
mirror of https://github.com/imtbl/hydrus-server-docker synced 2024-04-29 18:23:38 +12:00

chore: remove reference to miniupnpc

This commit is contained in:
imtbl 2021-01-21 17:58:16 +01:00
parent 22c4f77680
commit 37fe944b15
No known key found for this signature in database
GPG key ID: 1E0CA1EF5FCB6B36

View file

@ -62,8 +62,7 @@ RUN \
chown -R ${USER_ID}:${GROUP_ID} /usr/src/app && \
chmod +x \
server.py \
bin/swfrender_linux \
bin/upnpc_linux && \
bin/swfrender_linux && \
mkdir /data && chown -R ${USER_ID}:${GROUP_ID} /data
COPY docker-cmd-start.sh /usr/local/bin/start