web/.dockerignore
myrmidex f267bac8e1
All checks were successful
Build and Push Docker Image / build (push) Successful in 9m39s
2 - Add production Dockerfile and release image pipeline
2026-08-23 20:55:23 +02:00

33 lines
515 B
Text

node_modules/
npm-debug.log*
vendor/
# Produced by the builder stages; never copy a local build in.
public/build/
public/hot
.env
.env.*
!.env.example
.git/
.gitignore
.claude/
.idea/
.vscode/
storage/logs/*
storage/framework/cache/*
storage/framework/sessions/*
storage/framework/views/*
# Generated on the host with dev dependencies present; packages.php would
# register providers (laravel/pail, sail, ...) that --no-dev never installs.
bootstrap/cache/*.php
tests/
README.md
docs/
compose.yaml
.forgejo/