This commit is contained in:
Anry Das
2025-02-23 11:05:01 +02:00
parent 1889fb657d
commit 1835546049
4 changed files with 22 additions and 4 deletions

View File

@@ -3,10 +3,10 @@ MAINTAINER -=:dAs:=-
RUN apk add --no-cache --upgrade bash
RUN mkdir /app
# If applications are need to be accomadated in the container directly - uncomment next 3 rows
# If applications need to be accomadated in the container directly - uncomment next 3 rows
#ADD ./data/app/launch.sh /app
#RUN chmod +x /app/launch.sh
#ADD ./apps/ /app
# otherwice applications are will be in mounted directory ./data/app:/app
# otherwice applications will be in mounted directory ./data/app:/app
WORKDIR /app
CMD [ "./launch.sh" ]