feat: serve paste entries
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jef Roosens 2022-11-21 16:28:27 +01:00
parent 7f42d540b5
commit 97ed770166
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 11 additions and 6 deletions

View file

@ -26,6 +26,8 @@ RUN make prod && \
FROM alpine:3.16.3
ENV LANDER_DATA_DIR=/data
RUN apk add --update --no-cache boost && \
mkdir /data && \
chown -R 1000:1000 /data