Updated dockerfile build path
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Mihir Motiyani 2025-09-29 18:04:59 +05:30
parent c3f36cea13
commit 6f0f90c7e5
1 changed files with 1 additions and 1 deletions

View File

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