This website requires JavaScript.
Explore
Help
Sign In
maplibre
/
martin
Watch
1
Star
1
Fork
0
You've already forked martin
mirror of
https://github.com/maplibre/martin.git
synced
2024-12-23 23:11:40 +03:00
Code
Issues
Actions
5
Packages
Projects
Releases
Wiki
Activity
a8f7c30eef
martin
/
demo
/
frontend
/
Dockerfile
6 lines
89 B
Docker
Raw
Normal View
History
Unescape
Escape
Modernize repo (#12)
2023-05-30 03:12:22 +03:00
FROM
node:18-alpine as builder
add front service to docker-compose.dev
2018-10-08 17:09:30 +03:00
WORKDIR
/usr/src/app
fix: build frontend to nginx service
2018-10-11 17:28:20 +03:00
COPY
. .
Modernize repo (#12)
2023-05-30 03:12:22 +03:00
RUN
npm i
Simplify demo - remove nginx (#692) This uses the webserver built into vitejs instead of configuring an entirely new nginx server with an additional docker image.
2023-05-31 01:56:11 +03:00
RUN
npm run build
Reference in New Issue
Copy Permalink