feat: serve paste entries
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
7f42d540b5
commit
97ed770166
3 changed files with 11 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue