Update Dockerfile

This commit is contained in:
Alexandre
2025-07-16 21:21:29 +02:00
committed by GitHub
parent dec6f7170a
commit ee9c4a0cb9

View File

@@ -49,10 +49,6 @@ RUN apk update && \
lsb-release curl gnupg wget tini jq sudo \ lsb-release curl gnupg wget tini jq sudo \
postgresql postgresql-client postgresql postgresql-client
# Put museum / web on a predictable path for your run-scripts
RUN ln -sf $(command -v museum) /usr/bin/museum && \
ln -sf $(command -v ente-web) /usr/bin/ente-web
################## ##################
# 3 Install apps # # 3 Install apps #
################## ##################
@@ -116,4 +112,4 @@ LABEL \
# 6 Finish line # # 6 Finish line #
################# #################
# S6 will pick up run scripts from /etc/services.d supplied in rootfs # S6 will pick up run scripts from /etc/services.d supplied in rootfs
# and launch: minio museum API (optional) webUI # and launch: minio museum API (optional) webUI