summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorPaul Munteanu <luth@luthcode.net>2021-07-28 01:55:59 +0300
committerPaul Munteanu <luth@luthcode.net>2021-07-28 01:55:59 +0300
commite1b2b9682184dc3e6f7e76bd741aae30d22abc61 (patch)
treefadede2bc1091ca9b85f8536e69c526dacbfb30c /Dockerfile
parentBump server-util version to 1.3.35 (diff)
downloadserver-ts-e1b2b9682184dc3e6f7e76bd741aae30d22abc61.tar.xz
Fix docker builds
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile

index 39b4dd56..e076f5a9 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -7,5 +7,5 @@ RUN npm rebuild bcrypt --build-from-source && npm rebuild canvas --build-from-so RUN npm install COPY . . EXPOSE 3001 -RUN npm run build -CMD ["node", "dist/start.js"] \ No newline at end of file +RUN npm run build-docker +CMD ["node", "dist/start.js"]