Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sharelatex-docker-image
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tuc-latex
sharelatex-docker-image
Commits
6cfe468a
Commit
6cfe468a
authored
Sep 21, 2016
by
ShareLaTeX
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move settings file to early on
parent
ec24fc28
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
Dockerfile
Dockerfile
+4
-3
No files found.
Dockerfile
View file @
6cfe468a
...
@@ -13,6 +13,10 @@ RUN wget https://s3.amazonaws.com/sharelatex-random-files/qpdf-6.0.0.tar.gz && t
...
@@ -13,6 +13,10 @@ RUN wget https://s3.amazonaws.com/sharelatex-random-files/qpdf-6.0.0.tar.gz && t
WORKDIR
/opt/qpdf-6.0.0
WORKDIR
/opt/qpdf-6.0.0
RUN
./configure
&&
make
&&
make
install
&&
ldconfig
RUN
./configure
&&
make
&&
make
install
&&
ldconfig
# Install ShareLaTeX settings file
ADD
${baseDir}/settings.coffee /etc/sharelatex/settings.coffee
ENV
SHARELATEX_CONFIG /etc/sharelatex/settings.coffee
# Install TexLive
# Install TexLive
RUN
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
;
\
RUN
wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
;
\
mkdir
/install-tl-unx
;
\
mkdir
/install-tl-unx
;
\
...
@@ -69,9 +73,6 @@ RUN cd /var/www/sharelatex/web; \
...
@@ -69,9 +73,6 @@ RUN cd /var/www/sharelatex/web; \
RUN
cd
/var/www/sharelatex/clsi
;
\
RUN
cd
/var/www/sharelatex/clsi
;
\
grunt compile:bin
grunt compile:bin
# Install ShareLaTeX settings file
ADD
${baseDir}/settings.coffee /etc/sharelatex/settings.coffee
ENV
SHARELATEX_CONFIG /etc/sharelatex/settings.coffee
EXPOSE
80
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