summary refs log tree commit diff
path: root/Dockerfile
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-31 00:51:54 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-05-31 00:51:54 +0200
commite12197d568d24d6fb942916c06e356d0ca39f611 (patch)
treee755cd69f75069159f3dffd3df229eaef6be9fa4 /Dockerfile
parent:sparkles: relationships (diff)
downloadserver-ts-e12197d568d24d6fb942916c06e356d0ca39f611.tar.xz
:art: create start.ts
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile

index a69b2956..990f8c54 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -10,4 +10,4 @@ RUN apk del build-dependencies COPY . . RUN npm run build EXPOSE 3002 -CMD ["node", "dist/"] \ No newline at end of file +CMD ["node", "dist/start.js"] \ No newline at end of file