diff options
author | Raphael <mail@raphaelkabo.com> | 2023-09-28 14:36:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 14:36:37 +0100 |
commit | 2bc847a4fc81fb3c3c63b8a1023eff7ca51e85b5 (patch) | |
tree | 6f37aa7f85ab8cdcb0e9671f39fb1374807a151f | |
parent | 7a70188fe750cf9aaab25a3251e75ad2effd1f00 (diff) | |
parent | ec206eb1eb13535d95e56e477ab716889801d491 (diff) |
Merge branch 'main' into patch-1
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |