Update Dockerfile

removed backticks, thanks Copilot :/

Signed-off-by: lii5a <liisa.tallinn@gmail.com>
This commit is contained in:
lii5a 2026-01-30 10:28:20 +02:00 committed by GitHub
parent fce6d4745c
commit 615efd576e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -61,4 +61,3 @@ EXPOSE 8080
# Start the app
ENTRYPOINT ["java", "-jar", "app.jar"]
``