7b1da7fed3ba27d854ccb3d33e95cb9a56bd1914 diff --git a/Containerfile b/Containerfile index 403c900f22c7fd395c3d78df58d00c640a937812..a724bd238dc5d40d377b87aa7d2a158a05a5432b 100644 --- a/Containerfile +++ b/Containerfile @@ -16,6 +16,7 @@ COPY --from=deps /app/node_modules ./node_modules COPY package.json bun.lock tsconfig.json sama.profile.toml ./ COPY src ./src COPY content ./content +COPY goals ./goals COPY public ./public ENV PORT=3000