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
67c02803
Commit
67c02803
authored
9 years ago
by
Gabriel Engel
Browse files
Options
Downloads
Plain Diff
Merge pull request #1740 from qnib/rename_tgz_dev
adjust tgz filename
parents
7d9561ee
9dbde68d
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
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
install.sh
+1
-1
1 addition, 1 deletion
install.sh
with
2 additions
and
2 deletions
Dockerfile
+
1
−
1
View file @
67c02803
...
...
@@ -16,7 +16,7 @@ RUN gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 0E163286C20D07B9787EB
WORKDIR
/app
RUN
curl
-fSL
"https://s3.amazonaws.com/rocketchatbuild/
develop.
rocket.chat-
v.latest
.tgz"
-o
rocket.chat.tgz
\
RUN
curl
-fSL
"https://s3.amazonaws.com/rocketchatbuild/rocket.chat-
develop
.tgz"
-o
rocket.chat.tgz
\
&&
tar
zxvf ./rocket.chat.tgz
\
&&
rm
./rocket.chat.tgz
\
&&
cd
/app/bundle/programs/server
\
...
...
This diff is collapsed.
Click to expand it.
install.sh
+
1
−
1
View file @
67c02803
...
...
@@ -8,7 +8,7 @@ if [ "$1" == "development" ]; then
fi
cd
$ROOTPATH
curl
-fSL
"https://s3.amazonaws.com/rocketchatbuild/
demo.
rocket.chat-
v.latest
.tgz"
-o
rocket.chat.tgz
curl
-fSL
"https://s3.amazonaws.com/rocketchatbuild/rocket.chat-
develop
.tgz"
-o
rocket.chat.tgz
tar
zxf rocket.chat.tgz
&&
rm
rocket.chat.tgz
cd
$ROOTPATH
/bundle/programs/server
npm
install
...
...
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