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
13d53c0c
Commit
13d53c0c
authored
Jan 25, 2021
by
Joshua Priestley
Browse files
Dockerfile and heroku.yml update 1 (should fix error with yml)
parent
1d4142ba
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
13d53c0c
#
# Build stage
#
FROM
maven:3.6.0-jdk-11-slim AS build
COPY
src /src
COPY
pom.xml /
RUN
mvn package
EXPOSE
8080
RUN
apt-get
-y
update
&&
apt-get
-y
install
pandoc texlive-latex-recommended
CMD
["sh", "target/bin/simplewebapp"]
\ No newline at end of file
heroku.yml
View file @
13d53c0c
build
:
docker
:
web
:
Dockerfile
\ No newline at end of file
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