fix: make docker startup complete successfully
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user