mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-27 10:15:24 +01:00
Dockerfile fix warning
This commit is contained in:
parent
fe8595cdc9
commit
d856a1cd8e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ COPY . ${HOME}/
|
||||||
|
|
||||||
WORKDIR ${HOME}
|
WORKDIR ${HOME}
|
||||||
|
|
||||||
RUN npm install -d --dev
|
RUN npm install -d --only=dev
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
WORKDIR ${HOME}/build/build
|
WORKDIR ${HOME}/build/build
|
||||||
|
|
Loading…
Reference in a new issue