Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservice
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
masi9606
webservice
Commits
10db23c6
Commit
10db23c6
authored
6 months ago
by
schnarkus
Browse files
Options
Downloads
Patches
Plain Diff
install and run redis-server
parent
710b7312
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#68933
passed
6 months ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Containerfile
+3
-1
3 additions, 1 deletion
Containerfile
with
3 additions
and
1 deletion
Containerfile
+
3
−
1
View file @
10db23c6
...
...
@@ -2,6 +2,8 @@
FROM
ubuntu:22.04
RUN
apt-get update
&&
apt-get
install
-y
redis-server
COPY
artifact.bin /artifact.bin
COPY
db_pass /db_pass
...
...
@@ -18,4 +20,4 @@ ENV FONT_COLOR=blue
EXPOSE
8080
CMD
["
/artifact.bin
"]
CMD
redis-server --daemonize yes &&
/artifact.bin
\ No newline at end of file
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