mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-31 18:55:32 +01:00
part 2
This commit is contained in:
@@ -9,6 +9,6 @@ RUN apk add --no-cache jq git python
|
||||
|
||||
# Copy data
|
||||
COPY run.sh /
|
||||
RUN chmod 775 /run.sh
|
||||
RUN chmod a+x /run.sh
|
||||
|
||||
CMD [ "/run.sh" ]
|
||||
|
||||
@@ -11,6 +11,6 @@ RUN apk add --no-cache samba-server jq
|
||||
COPY run.sh /
|
||||
COPY smb.conf /etc/
|
||||
|
||||
RUN chmod 775 /run.sh
|
||||
RUN chmod a+x /run.sh
|
||||
|
||||
CMD [ "/run.sh" ]
|
||||
|
||||
Reference in New Issue
Block a user