Go for the postdeploy.sh approach
This commit is contained in:
@ -2,4 +2,7 @@ FROM gitea/gitea:1.11.2
|
||||
|
||||
COPY . ${WORKDIR}
|
||||
|
||||
RUN mkdir -p /app/
|
||||
COPY postdeploy.sh /app/
|
||||
|
||||
EXPOSE 80:3000
|
||||
|
Reference in New Issue
Block a user