fix bug not copy static foler to image

This commit is contained in:
schooltechx 2023-04-11 14:37:38 +07:00
parent fca70628db
commit c1711883fc

View file

@ -5,6 +5,7 @@ WORKDIR /app
COPY *.json .
COPY *.*s .
RUN npm i
COPY static ./static
COPY src ./src
# RUN ls
RUN npm run build