This repository has been archived on 2020-10-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
git.autonomic.zone/Dockerfile
T
Luke Murphy 4eb972c703 Back to postdeploy
Release overrides the entrypoint.
2020-03-12 19:28:08 +01:00

10 lines
102 B
Docker

FROM gitea/gitea:1.11.2
COPY . ${WORKDIR}
RUN mkdir -p /app/
COPY postdeploy.sh /app/
EXPOSE 3000