funkwhale/front/Dockerfile.dev

9 lines
158 B
Docker

FROM node:22-alpine
# needed to compile translations
RUN apk add --no-cache jq bash coreutils python3
EXPOSE 8080
WORKDIR /app/
CMD yarn && yarn dev --host