mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-26 19:20:36 +01:00
make docker simpler
This commit is contained in:
parent
da17646b8d
commit
1dfd4d8d48
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