From 5828be4e35705417de442f5600dbe42cc3932639 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Sun, 17 Oct 2021 02:12:10 +0200 Subject: :bug: fix docker image --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/Dockerfile') diff --git a/api/Dockerfile b/api/Dockerfile index 08d15f72..16443b15 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -8,5 +8,5 @@ RUN npm rebuild bcrypt --build-from-source && npm install canvas --build-from-so RUN npm install COPY . . EXPOSE 3001 -RUN npm run build-docker +RUN npm run build CMD ["node", "dist/start.js"] -- cgit 1.5.1