diff --git a/Dockerfile b/Dockerfile index 675316af2c..7699bdc24c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ COPY ${PLUGIN_JARS} backend/plugins/ COPY ./app/client/build editor/ # Add RTS - Application Layer -COPY ./app/rts/package.json ./app/rts/dist/* rts/ +COPY ./app/rts/package.json ./app/rts/dist rts/ COPY ./app/rts/node_modules rts/node_modules # Nginx & MongoDB config template - Configuration layer