Newer
Older
# syntax=docker/dockerfile:1
RUN apt-get update && apt-get install -y redis-server
COPY artifact.bin /artifact.bin
COPY ping_server /ping_server
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENV HOST=0.0.0.0
ENV PORT=8080
ENV DB_PORT=6379
ENV DB_NAME=0
ENV DB_PASSWORD=/db_pass
ENV FONT_COLOR=blue