5000 not 3000

This commit is contained in:
2026-02-19 12:09:31 +09:00
parent 55a2bc8281
commit c32d5c9977
4 changed files with 7 additions and 7 deletions

View File

@@ -10,5 +10,5 @@ WORKDIR /app
COPY package*.json ./
RUN npm ci --omit=dev
COPY --from=base /app/dist ./dist
EXPOSE 3001
EXPOSE 5001
CMD ["node", "dist/src/main.js"]