Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
Restyaboard
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Ali Arshad
Restyaboard
Commits
aa1929f7
Commit
aa1929f7
authored
Sep 17, 2015
by
Tsubasa Namiki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add expose port
and fixed README.md.
parent
52a25732
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
README.md
README.md
+3
-3
Dockerfile
restyaboard/Dockerfile
+3
-0
No files found.
README.md
View file @
aa1929f7
...
...
@@ -47,11 +47,11 @@ See https://github.com/RestyaPlatform/board/releases
```
yaml
environment
:
RESTYABOARD_VERSION
:
vX.Y.Z
RESTYABOARD_VERSION
:
REPLACE_ME
```
### Notice
If you
want to
install a higher than source version, it may not work, perhaps.
*
Notice
If you install a higher than source version, it may not work, perhaps.
License
...
...
restyaboard/Dockerfile
View file @
aa1929f7
...
...
@@ -34,3 +34,6 @@ VOLUME /usr/share/nginx/html/media
COPY
docker-entrypoint.sh /
ENTRYPOINT
["/docker-entrypoint.sh"]
CMD
["start"]
# expose port
EXPOSE
80
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment