mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-08-08 09:52:57 +02:00
move docker files to root directory
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM node:lts-alpine
|
||||
|
||||
ADD ./ /app
|
||||
WORKDIR /app
|
||||
RUN npm install
|
||||
EXPOSE 8080
|
||||
Reference in New Issue
Block a user