Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Wiphawrrnb63
G.T.K
Commits
cbf960dd
Commit
cbf960dd
authored
Mar 24, 2022
by
Wiphawrrnb63
💬
Browse files
Update .gitlab-ci.yml, .metrics-dashboard.yml, Dockerfile
parent
c7c75058
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
cbf960dd
.metrics-dashboard.yml
0 → 100644
View file @
cbf960dd
Dockerfile
0 → 100644
View file @
cbf960dd
# This file is a template, and might need editing before it works on your project.
# This Dockerfile installs a compiled binary into a bare system.
# You must either commit your compiled binary into source control (not recommended)
# or build the binary first as part of a CI/CD pipeline.
FROM
buildpack-deps:buster
WORKDIR
/usr/local/bin
# Change `app` to whatever your binary is called
Add
app .
CMD
["./app"]
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