aboutsummaryrefslogtreecommitdiffstats
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/Dockerfile b/backend/Dockerfile
index 1301b25..cfe903f 100644
--- a/backend/Dockerfile
+++ b/backend/Dockerfile
@@ -24,4 +24,4 @@ USER server
EXPOSE 4000
COPY *.ts *.json ./
-CMD ["npm", "start]
+CMD ["npm", "start"]