mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-03-28 17:43:03 +01:00
add docs to dockerfile
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
FROM node:lts-alpine
|
||||
|
||||
# add project files to /app
|
||||
ADD ./ /app
|
||||
WORKDIR /app
|
||||
|
||||
# install node dependencies
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
Reference in New Issue
Block a user