Removed redundant context specification in composefile
This commit is contained in:
parent
dced187fc7
commit
5b8d1cbdb1
1 changed files with 0 additions and 1 deletions
|
@ -3,7 +3,6 @@ services:
|
|||
frostbyte:
|
||||
container_name: frostbyte
|
||||
build:
|
||||
context: "."
|
||||
dockerfile: Containerfile
|
||||
ports:
|
||||
- '8080:8080'
|
||||
|
|
Loading…
Reference in a new issue