Add the app.json in Dockerfile

This commit is contained in:
Daoud Clarke 2023-10-12 22:02:27 +01:00
parent ef6b87e9cd
commit bd496aeab2

View file

@ -50,6 +50,7 @@ COPY --from=builder /venv /venv
COPY --from=front-end /front-end/dist /front-end-build
ADD nginx.conf.sigil /app
ADD app.json /app
# Set up a volume where the data will live
VOLUME ["/data"]