another option
This commit is contained in:
@@ -72,8 +72,11 @@ RUN \
|
|||||||
|
|
||||||
COPY --from=builder --chown=apps:apps /app /app
|
COPY --from=builder --chown=apps:apps /app /app
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
VOLUME /app
|
||||||
USER apps
|
USER apps
|
||||||
|
|
||||||
|
|
||||||
EXPOSE 17442
|
EXPOSE 17442
|
||||||
COPY ./.containers/apps/youtubedl/entrypoint.sh /entrypoint.sh
|
COPY ./.containers/apps/youtubedl/entrypoint.sh /entrypoint.sh
|
||||||
CMD [ "/entrypoint.sh" ]
|
CMD [ "/entrypoint.sh" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user