mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-10 23:54:19 +01:00
Add first version of simple git sync (#162)
* Add first version of simple git sync * fix lint
This commit is contained in:
13
git_pull/Dockerfile
Normal file
13
git_pull/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM %%BASE_IMAGE%%
|
||||
|
||||
# Add env
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
# Setup base
|
||||
RUN apk add --no-cache jq curl git
|
||||
|
||||
# Copy data
|
||||
COPY run.sh /
|
||||
RUN chmod a+x /run.sh
|
||||
|
||||
CMD [ "/run.sh" ]
|
||||
Reference in New Issue
Block a user