FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
points-api/Dockerfile at develop · OSM-Browser/points-api · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
OSM-Browser
/
points-api
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Issues
0
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
points-api
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (10 loc) · 242 Bytes
Breadcrumbs
points-api
/
Dockerfile
Copy path
File metadata and controls
15 lines (10 loc) · 242 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
FROM
elixir:1.8-alpine
EXPOSE
80
ENV
MIX_ENV prod
ENV
PORT 80
WORKDIR
/src/
COPY
. .
RUN
mix local.hex --force && mix local.rebar --force
RUN
mix deps.get && mix compile
ENTRYPOINT
[
"/src/docker-entrypoint.sh"
]
CMD
[
"mix"
,
"phx.server"
]
Back
|
FazBrowse Home
|
New Git URL