mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 06:37:45 +01:00
Update Dockerfile
This commit is contained in:
parent
94d4070653
commit
03b4f1eb8d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ COPY . ${HOME}/
|
|||
|
||||
WORKDIR ${HOME}
|
||||
|
||||
RUN npm install -d --only=dev
|
||||
RUN npm install -d
|
||||
RUN npm run build
|
||||
|
||||
WORKDIR ${HOME}/build/build
|
||||
|
|
Loading…
Reference in a new issue