aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-07-18 04:33:12 -0400
committerLibravatar GitHub <noreply@github.com>2021-07-18 04:33:12 -0400
commite669a20c0573bcff1097db2a58e0215a245f1010 (patch)
tree633faf393d5053fc00a8cdcad13ff8a4f010cca3 /Dockerfile
parentUpdate README.md (diff)
downloadferdium-server-e669a20c0573bcff1097db2a58e0215a245f1010.tar.gz
ferdium-server-e669a20c0573bcff1097db2a58e0215a245f1010.tar.zst
ferdium-server-e669a20c0573bcff1097db2a58e0215a245f1010.zip
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d7ed503..5103ad0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -23,5 +23,5 @@ RUN ["npm", "i", "-g", "@adonisjs/cli"]
23HEALTHCHECK --interval=5m --timeout=3s CMD curl -sSf http://localhost:${PORT}/health 23HEALTHCHECK --interval=5m --timeout=3s CMD curl -sSf http://localhost:${PORT}/health
24 24
25COPY docker/entrypoint.sh /entrypoint.sh 25COPY docker/entrypoint.sh /entrypoint.sh
26COPY docker/.env /data/.env 26COPY docker/.env /app/.env
27CMD ["/entrypoint.sh"] 27CMD ["/entrypoint.sh"]