mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 13:07:44 +01:00
commit
d52c6c70bb
1 changed files with 2 additions and 1 deletions
|
@ -12,4 +12,5 @@ WORKDIR ${HOME}
|
|||
RUN npm install -d --dev
|
||||
RUN npm run build
|
||||
|
||||
CMD npm run start -- --host 0.0.0.0
|
||||
WORKDIR ${HOME}/build/build
|
||||
CMD python -m SimpleHTTPServer 8888
|
||||
|
|
Loading…
Reference in a new issue