mirror of
https://github.com/GrassrootsEconomics/cic-dw.git
synced 2026-05-24 14:06:17 +02:00
ci: add build
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM debian:11-slim
|
||||
|
||||
RUN set -x && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||
ca-certificates && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /cic-dw
|
||||
|
||||
COPY cic-dw .
|
||||
COPY config.toml .
|
||||
COPY queries.sql .
|
||||
|
||||
CMD ["./cic-dw"]
|
||||
Reference in New Issue
Block a user