fix: assume server runs in working directory
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jef Roosens 2022-11-21 16:48:34 +01:00
parent 97ed770166
commit 425695596b
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 9 additions and 10 deletions

View file

@ -26,8 +26,6 @@ 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