Public Access
1
0

fix: make docker startup complete successfully

This commit is contained in:
pguerrerox
2026-05-05 00:09:52 +00:00
parent a48c954945
commit ecb3310216
5 changed files with 9 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ COPY package*.json ./
RUN npm ci --omit=dev
COPY --from=build /app/dist-server ./dist-server
COPY db/migrations ./dist-server/db/migrations
FROM runtime-base AS api
CMD ["npm", "run", "start:api"]