Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
laclasse
etherpad
Commits
3eb7bc77
Commit
3eb7bc77
authored
Sep 25, 2020
by
Nelson Gonçalves
Browse files
Update etherpad to 1.8.6
parent
5b540f4e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
3eb7bc77
FROM
node:alpine
FROM
node:alpine
ARG
NODE_ENV=production
RUN
mkdir
/app
&&
apk update
&&
apk add curl gettext nginx
&&
mkdir
/run/nginx
COPY
./etherpad-lite-1.8.
4
.tar.gz /app
COPY
./etherpad-lite-1.8.
6
.tar.gz /app
WORKDIR
/app
RUN
tar
zxvf etherpad-lite-1.8.
4
.tar.gz
--strip
1
-C
/app
&&
\
rm
/app/etherpad-lite-1.8.
4
.tar.gz
RUN
tar
zxvf etherpad-lite-1.8.
6
.tar.gz
--strip
1
-C
/app
&&
\
rm
/app/etherpad-lite-1.8.
6
.tar.gz
RUN
/app/bin/installDeps.sh
COPY
./settings.json.tmpl /app/settings.json.tmpl
COPY
./docker-entrypoint.sh /docker-entrypoint.sh
...
...
etherpad-lite-1.8.
4
.tar.gz
→
etherpad-lite-1.8.
6
.tar.gz
View file @
3eb7bc77
No preview for this file type
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