Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
aa6d0265
Commit
aa6d0265
authored
9 years ago
by
Gabriel Engel
Browse files
Options
Downloads
Patches
Plain Diff
cleanup
parent
5efa36dc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.docker/dockerfiles/develop/Dockerfile
+2
-7
2 additions, 7 deletions
.docker/dockerfiles/develop/Dockerfile
.docker/dockerfiles/latest/Dockerfile
+1
-3
1 addition, 3 deletions
.docker/dockerfiles/latest/Dockerfile
with
3 additions
and
10 deletions
.docker/dockerfiles/develop/Dockerfile
+
2
−
7
View file @
aa6d0265
FROM
node:0.10
# IMPORTANT - this is a release + deployment dockerfile
# Please DO NOT attempt to use this for development.
# crafted and tuned by pierre@ozoux.net and sing.li@rocket.chat
# IMPORTANT - FOR TESTING ONLY - DO NOT USE THIS FOR DEVELOPMENT OR PRODUCTION!
MAINTAINER
buildmaster@rocket.chat
RUN
groupadd
-r
rocketchat
\
&&
useradd
-r
-g
rocketchat rocketchat
\
&&
mkdir
/app
\
&&
mkdir
/app/uploads
&&
useradd
-r
-g
rocketchat rocketchat
VOLUME
/app/uploads
...
...
This diff is collapsed.
Click to expand it.
.docker/dockerfiles/latest/Dockerfile
+
1
−
3
View file @
aa6d0265
...
...
@@ -4,9 +4,7 @@ FROM node:0.10
MAINTAINER
buildmaster@rocket.chat
RUN
groupadd
-r
rocketchat
\
&&
useradd
-r
-g
rocketchat rocketchat
\
&&
mkdir
/app
\
&&
mkdir
/app/uploads
&&
useradd
-r
-g
rocketchat rocketchat
VOLUME
/app/uploads
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment