Fix minutes pdf

This commit is contained in:
TheMaddax 2024-12-04 16:17:45 -06:00
parent 598240a6cc
commit b8e2a4c65e
2 changed files with 3 additions and 1 deletions

View file

@ -19,8 +19,10 @@ COPY client/public/logos ./client/public/logos
COPY client/public/photos ./client/public/photos
COPY client/public/sponsors ./client/public/sponsors
COPY client/public/videos ./client/public/videos
COPY client/public/minutes ./client/public/minutes
COPY client/public/*.* ./client/public/
# Copy source code
COPY client/src ./client/src
COPY client/*.js ./client/

View file

@ -9,7 +9,7 @@ services:
- "801:801"
environment:
- NODE_ENV=production
- VERSION=1.6
- VERSION=1.7
env_file:
- .env
networks: