mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-06 01:15:42 -06:00
fix(docker): include dist directory in Docker builds
Remove /dist from .dockerignore to ensure frontend build artifacts are available in the Docker container for deployment.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
# Build artifacts
|
||||
/target
|
||||
/dist
|
||||
/emsdk
|
||||
*.exe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user