mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-25 14:37:44 +00:00
Initial version
This commit is contained in:
12
Dockerfile
Normal file
12
Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM girish/base:0.2.0
|
||||
|
||||
USER cloudron
|
||||
RUN cd /tmp && \
|
||||
wget https://github.com/gogits/gogs/releases/download/v0.6.1/linux_amd64.zip && \
|
||||
unzip linux_amd64.zip -d /home/cloudron && \
|
||||
rm linux_amd64.zip
|
||||
|
||||
ADD start.sh /home/git/start.sh
|
||||
|
||||
CMD [ "/home/git/start.sh" ]
|
||||
|
Reference in New Issue
Block a user