Add go links and minor refactoring

This commit is contained in:
2022-04-05 10:47:15 -05:00
parent 22c2b9f665
commit 3142d0a4be
15 changed files with 238 additions and 65 deletions

View File

@@ -8,7 +8,6 @@ COPY lib/ /app
RUN rm -f /app/.env
COPY .env.docker /app/.env
COPY package.json /app
COPY pnpm-lock.yaml /app