Removed redundant context specification in composefile

This commit is contained in:
Imbus 2023-10-20 04:34:50 +02:00
parent dced187fc7
commit 5b8d1cbdb1

View file

@ -3,7 +3,6 @@ services:
frostbyte:
container_name: frostbyte
build:
context: "."
dockerfile: Containerfile
ports:
- '8080:8080'