this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

:bug: fix missing `./server` directory

+1 -1
+1 -1
Containerfile
··· 7 7 8 8 COPY --from=gleam /bin/gleam /bin/gleam 9 9 10 - COPY ./server /build/server 10 + COPY . /build/server 11 11 12 12 WORKDIR /build/server 13 13 RUN gleam deps download &&\