summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2023-09-28 14:36:37 +0100
committerGitHub <noreply@github.com>2023-09-28 14:36:37 +0100
commit2bc847a4fc81fb3c3c63b8a1023eff7ca51e85b5 (patch)
tree6f37aa7f85ab8cdcb0e9671f39fb1374807a151f /Dockerfile
parent7a70188fe750cf9aaab25a3251e75ad2effd1f00 (diff)
parentec206eb1eb13535d95e56e477ab716889801d491 (diff)
Merge branch 'main' into patch-1
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 88b33f3..4f2e42b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,5 +6,5 @@ RUN npm install -g pnpm
RUN pnpm install
COPY . /app/
RUN cp config/config.example.toml config/config.toml
-CMD pnpm run build
+RUN pnpm run build
CMD pnpm run start