diff --git a/.dockerignore b/.dockerignore index 3e789adf..46687cd6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -72,6 +72,13 @@ db_backups/ services_data/ static/ media/ +!core/static +!blog/static +!vibes_auth/static +!payments/static # Environment file -.env \ No newline at end of file +.env + +# Host's scripts +scripts \ No newline at end of file diff --git a/blog/static/.gitkeep b/blog/static/.gitkeep new file mode 100644 index 00000000..e69de29b diff --git a/payments/static/.gitkeep b/payments/static/.gitkeep new file mode 100644 index 00000000..e69de29b