mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-29 23:04:43 +01:00
Merge pull request #490 from pathmapper/pathmapper-warning_docker
Dockerfile fix warning
This commit is contained in:
commit
94d4070653
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ COPY . ${HOME}/
|
|||
|
||||
WORKDIR ${HOME}
|
||||
|
||||
RUN npm install -d --dev
|
||||
RUN npm install -d --only=dev
|
||||
RUN npm run build
|
||||
|
||||
WORKDIR ${HOME}/build/build
|
||||
|
|
Loading…
Reference in a new issue