edited
This commit is contained in:
parent
d3adfa5cb2
commit
18e07d207d
|
@ -23,8 +23,6 @@ WORKDIR /app
|
|||
COPY --from=build /app/dist ./dist
|
||||
COPY --from=build /app/package.json ./
|
||||
|
||||
# Install only production dependencies
|
||||
RUN npm ci --omit=dev
|
||||
|
||||
# Expose the port Vite uses by default
|
||||
EXPOSE 5173
|
||||
|
|
Loading…
Reference in New Issue