fix: update Dockerfile to change the port from 8073 to 5173 for serving the application
This commit is contained in:
+1
-1
@@ -19,4 +19,4 @@ RUN npm install -g serve
|
|||||||
COPY --from=builder /app/dist ./dist
|
COPY --from=builder /app/dist ./dist
|
||||||
|
|
||||||
EXPOSE 8073
|
EXPOSE 8073
|
||||||
CMD ["serve", "-s", "dist", "-l", "8073"]
|
CMD ["serve", "-s", "dist", "-l", "5173"]
|
||||||
Reference in New Issue
Block a user