diff --git a/cms/Dockerfile b/cms/Dockerfile index 2eb4cf3..b016a68 100644 --- a/cms/Dockerfile +++ b/cms/Dockerfile @@ -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