Fork of github.com/did-method-plc/did-method-plc
1
fork

Configure Feed

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

fix up Dockerfile

dholms 98cf61f2 ba3bf6b6

+1
+1
packages/server/Dockerfile
··· 5 5 COPY ./*.* ./ 6 6 # NOTE plc's transitive dependencies go here: if that changes, this needs to be updated. 7 7 COPY ./packages/lib ./packages/lib 8 + COPY ./packages/server ./packages/server 8 9 RUN PLC_BUILD_SHALLOW=true yarn install --frozen-lockfile > /dev/null 9 10 RUN yarn workspaces run build --update-main-to-dist > /dev/null 10 11 # Remove non-prod deps