mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-03-28 17:43:03 +01:00
9 lines
144 B
Docker
9 lines
144 B
Docker
FROM node:lts-alpine
|
|
|
|
COPY --from=ghcr.io/ufoscout/docker-compose-wait:latest /wait /wait
|
|
|
|
ADD ./ /app
|
|
WORKDIR /app
|
|
RUN npm install
|
|
EXPOSE 8080
|