another option

This commit is contained in:
kjeld Schouten-Lebbing
2021-04-17 22:15:21 +02:00
parent 09a45534dd
commit 89d97a63d2

View File

@@ -72,8 +72,11 @@ RUN \
COPY --from=builder --chown=apps:apps /app /app
WORKDIR /app
VOLUME /app
USER apps
EXPOSE 17442
COPY ./.containers/apps/youtubedl/entrypoint.sh /entrypoint.sh
CMD [ "/entrypoint.sh" ]