This website works better with JavaScript.
Home
Contact
Status
Help
Register
Sign In
nemo
/
opml-gen
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Expose port via Dockerfile
master
Nemo
2 years ago
parent
86c45612f2
commit
87ec543f84
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
Dockerfile
+ 2
- 0
Dockerfile
View File
@ -6,4 +6,6 @@ COPY Gemfile Gemfile.lock /app/
RUN
apk add --no-cache build-base
&&
bundle install
&&
apk del build-base
COPY
. /app
EXPOSE
80
ENTRYPOINT
[
"/usr/local/bin/bundle"
,
"exec"
,
"rackup"
,
"-E"
,
"production"
,
"-p"
,
"80"
]
Write
Preview
Loading…
Cancel
Save