FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
NodeODM/Dockerfile at master · saepul8/NodeODM · GitHub
saepul8
/
NodeODM
Public
forked from
OpenDroneMap/NodeODM
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
NodeODM
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
19 lines (13 loc) · 547 Bytes
Breadcrumbs
NodeODM
/
Dockerfile
Copy path
File metadata and controls
19 lines (13 loc) · 547 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
FROM
opendronemap/odm:latest
MAINTAINER
Piero Toffanin <pt@masseranolabs.com>
EXPOSE
3000
USER
root
RUN
curl --silent --location https://deb.nodesource.com/setup_10.x | bash -
RUN
apt-get install -y nodejs python-gdal p7zip-full && npm install -g nodemon && \
ln -s /code/SuperBuild/install/bin/entwine /usr/bin/entwine && \
ln -s /code/SuperBuild/install/bin/pdal /usr/bin/pdal
RUN
mkdir /var/www
WORKDIR
"/var/www"
COPY
. /var/www
RUN
npm install && mkdir tmp
ENTRYPOINT
[
"/usr/bin/nodejs"
,
"/var/www/index.js"
]
Back
|
FazBrowse Home
|
New Git URL