Attempt new entrypoint angle
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
FROM gitea/gitea:1.11.3
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
COPY . ${WORKDIR}
|
||||
|
||||
EXPOSE 3000
|
||||
COPY sbin/* /sbin/
|
||||
|
||||
ENTRYPOINT ["/sbin/dokku-entrypoint.sh"]
|
||||
|
Reference in New Issue
Block a user