Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Enrichment
wks
Commits
caa00ad1
Commit
caa00ad1
authored
Sep 05, 2020
by
harshit aggarwal
Browse files
adding dockerfile
parent
dd7b559f
Changes
1
Hide whitespace changes
Inline
Side-by-side
provider/wks-azure/Dockerfile
0 → 100644
View file @
caa00ad1
FROM
openjdk:8-jdk-alpine
ARG
JAR_FILE=target/*spring-boot.jar`
COPY
${JAR_FILE} app.jar
ENTRYPOINT
["java","-jar","/app.jar"]
\ 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