commit 2b7e814c62c4acd7126d6f5150927d354abde946 parent 9724dd31af1cace7783af2e106ff08efb4c3c0ac Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 30 Dec 2021 21:40:32 +0100 Fix docker command Diffstat:
| M | Dockerfile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile @@ -40,4 +40,4 @@ ENV PORT 3000 # Uncomment the following line in case you want to disable telemetry. ENV NEXT_TELEMETRY_DISABLED 1 -CMD ["node_modules/.bin/next", "server.js"] -\ No newline at end of file +CMD ["node_modules/.bin/next", "start"] +\ No newline at end of file