Add the app.json in Dockerfile
This commit is contained in:
parent
ef6b87e9cd
commit
bd496aeab2
1 changed files with 1 additions and 0 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue