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
Wang, Vincent H
simplewebapp
Commits
115e1907
Commit
115e1907
authored
Jan 25, 2021
by
Barr, Robert
Browse files
Install a smaller version of TeX Live to reduce deploy time
parent
4e89cbc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
115e1907
...
...
@@ -2,7 +2,7 @@ FROM maven:3.6.0-jdk-11-slim
# Install necessary dependencies
RUN
apt-get
-y
update
RUN
apt-get
-y
install
texlive-
fu
ll pandoc
RUN
apt-get
-y
install
texlive-
sma
ll pandoc
# Copy source files
COPY
src /src
...
...
@@ -11,4 +11,4 @@ COPY pom.xml /
# Start application
RUN
mvn package
EXPOSE
8080
CMD
["sh", "target/bin/simplewebapp"]
\ No newline at end of file
CMD
["sh", "target/bin/simplewebapp"]
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