Fix minutes pdf
This commit is contained in:
parent
598240a6cc
commit
b8e2a4c65e
2 changed files with 3 additions and 1 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ services:
|
|||
- "801:801"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- VERSION=1.6
|
||||
- VERSION=1.7
|
||||
env_file:
|
||||
- .env
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue