Skip to content
Snippets Groups Projects
Commit 10db23c6 authored by schnarkus's avatar schnarkus
Browse files

install and run redis-server

parent 710b7312
No related branches found
No related tags found
No related merge requests found
Pipeline #68933 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment