diff --git a/compose.yaml b/compose.yaml index 4737c6e..5673343 100644 --- a/compose.yaml +++ b/compose.yaml @@ -2,4 +2,6 @@ webzine.webapplication: image: webzine.webapplication build: - context: . \ No newline at end of file + context: . + ports: + - "8080:8080" \ No newline at end of file