changed docker #18

Merged
hardik merged 1 commits from fix/ssh_issue into main 2025-09-29 15:43:58 +05:30
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 9f47c22f89 - Show all commits

View File

@ -26,7 +26,7 @@ WORKDIR /app
RUN npm install -g serve
# Copy built files
COPY --from=builder /app/dist .
COPY --from=builder /app/build .
EXPOSE 3000
CMD ["serve", "-s", ".", "-l", "3000"]