summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2023-09-28 14:57:00 +0100
committerGitHub <noreply@github.com>2023-09-28 14:57:00 +0100
commit558329cd608e75a8b0417f0b3592609edc5ef907 (patch)
tree2f37873dfeb051cbfe01c698d7ac1d192696aa7e /Dockerfile
parentce14c7897988176a00f9fa1530801378ad6db9f4 (diff)
parentd3f92b76a8a6261e450673b01d3af8cee776a79d (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