COPY right files
This commit is contained in:
parent
52d5e9ee21
commit
513843b395
@ -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
|
||||
|
Reference in New Issue
Block a user