Skip to content
GitLab
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
Deployment and Operations
Backup Service
Commits
ac4d544c
Commit
ac4d544c
authored
Feb 16, 2021
by
Dmitriy Rudko
💬
Browse files
Merge branch 'cherry-pick-
4052e1af
' into 'master'
Merge branch 'hotfix/gcp-0.5' into 'release/0.5' See merge request
!8
parents
913c2611
7f95f121
Pipeline
#26904
passed with stages
in 10 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
provider/backup-gcp/cloudbuild/Dockerfile.cloudbuild
View file @
ac4d544c
...
...
@@ -7,6 +7,6 @@ ENV PROVIDER_NAME $PROVIDER_NAME
ARG PORT
ENV PORT $PORT
# Copy the jar to the production image from the builder stage.
COPY provider/backup-${PROVIDER_NAME}/target/backup-${PROVIDER_NAME}-*
-SNAPSHOT
.jar backup-${PROVIDER_NAME}.jar
COPY provider/backup-${PROVIDER_NAME}/target/backup-${PROVIDER_NAME}-*.jar backup-${PROVIDER_NAME}.jar
# Run the web service on container startup.
CMD java -Djava.security.egd=file:/dev/./urandom -Dserver.port=${PORT} -jar /app/backup-${PROVIDER_NAME}.jar
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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