More postdeploy circles

This commit is contained in:
Luke Murphy
2020-03-15 09:12:11 +01:00
parent ddffce5711
commit 3cb8ce2183
3 changed files with 23 additions and 1 deletions

View File

@ -5,5 +5,6 @@ COPY CHECKS ${WORKDIR}
RUN mkdir -p /app/
COPY predeploy.sh /app/
COPY postdeploy.sh /app/
EXPOSE 3000