init
This commit is contained in:
8
workspaces/backend/Dockerfile
Normal file
8
workspaces/backend/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
# Wir nutzen Java 21 (LTS), da Spring Boot 3 das empfiehlt
|
||||
FROM mcr.microsoft.com/devcontainers/java:1-21-bullseye
|
||||
|
||||
# Optional: Zusätzliche OS-Pakete installieren
|
||||
# RUN apt-get update && apt-get install -y <package-name>
|
||||
|
||||
# Port für Spring Boot
|
||||
EXPOSE 8080
|
||||
Reference in New Issue
Block a user