COPY right files

This commit is contained in:
Luke Murphy
2020-03-15 08:32:30 +01:00
parent 52d5e9ee21
commit 513843b395

View File

@ -1,9 +1,10 @@
FROM gitea/gitea:1.11.3
COPY . ${WORKDIR}
COPY app.json ${WORKDIR}
COPY CHECKS ${WORKDIR}
RUN mkdir -p /app/
COPY predeploy.sh /app/
COPY postdeploy.sh /app/
EXPOSE 3000