Initial
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user