Skip to content

Commit

Permalink
Update dockerfile to copy the whole tiles dir
Browse files Browse the repository at this point in the history
  • Loading branch information
DingoEatingFuzz committed Oct 13, 2019
1 parent dedd090 commit 7721712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7721712

Please sign in to comment.