diff --git a/Dockerfile b/Dockerfile index 5e8fe15..d639219 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ WORKDIR /usr/src/server COPY package*.json ./ COPY index.js ./ -COPY tiles.mbtiles ./ +COPY tiles tiles COPY themes themes RUN npm install --production