diff --git a/.build/Dockerfile b/.build/Dockerfile index c9d341c..4d6dbf2 100644 --- a/.build/Dockerfile +++ b/.build/Dockerfile @@ -6,4 +6,4 @@ COPY . . RUN npm install \ && rm -rf /usr/local/share/.cache -CMD npm run dev +CMD npm run start