chore(backend): update go namespaces

This commit is contained in:
Matthew Kilgore
2024-06-18 19:22:15 -04:00
parent 0c2181fce9
commit 0980ee41cf
43 changed files with 101 additions and 137 deletions

View File

@@ -1,6 +1,6 @@
# Build Nuxt
FROM node:17-alpine as frontend-builder
FROM node:18-alpine as frontend-builder
WORKDIR /app
RUN npm install -g pnpm
COPY frontend/package.json frontend/pnpm-lock.yaml ./