feat: docker file

This commit is contained in:
Elias Renman
2025-03-25 15:33:49 +01:00
parent 7706cb96c4
commit 8ba644f3c0
6 changed files with 78 additions and 6 deletions

14
.dockerignore Normal file
View File

@@ -0,0 +1,14 @@
# Ignore the .git directory
.git/
# Ignore node_modules directory
node_modules/
# Ignore all .log files
*.log
# Ignore temporary files
tmp/
Rocket.toml
.env