Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DIDComm Connector
Manage
Activity
Members
Labels
Plan
Issues
29
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
xfsc
Common Services
DIDComm Connector
Commits
f3d62420
Commit
f3d62420
authored
11 months ago
by
Steffen Schulze
Browse files
Options
Downloads
Patches
Plain Diff
Update Dockerfile
parent
cc300b16
No related branches found
Branches containing commit
Tags
v2.0.0
Tags containing commit
No related merge requests found
Pipeline
#41208
failed with stages
in 58 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
deployment/docker/Dockerfile
+2
-2
2 additions, 2 deletions
deployment/docker/Dockerfile
with
2 additions
and
2 deletions
deployment/docker/Dockerfile
+
2
−
2
View file @
f3d62420
...
...
@@ -14,7 +14,7 @@ RUN cd uniffi && cargo build --release
FROM
golang:1.21
as
go-build
# Copies your source code into the go directory
COPY
--from=files
. /src
COPY
. /src
# set work directory
WORKDIR
/src
...
...
@@ -50,4 +50,4 @@ EXPOSE 9090:9090
HEALTHCHECK
--interval=5s --timeout=2s --retries=2 --start-period=2s CMD ["curl", "--fail", "http://127.0.0.1:9090/health"]
CMD
["/bin/app"]
\ No newline at end of file
CMD
["/bin/app"]
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment