diff --git a/frontend/Dockerfile b/frontend/Dockerfile index ff14289..c2df2df 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -5,7 +5,9 @@ WORKDIR /app COPY package.json yarn.lock ./ RUN yarn COPY webpack* tsconfig.json ./ +COPY assets assets COPY src src +COPY theme theme RUN yarn run build RUN yarn run build:server