diff --git a/dockerfile b/dockerfile index cb45ae6..172f032 100644 --- a/dockerfile +++ b/dockerfile @@ -2,4 +2,6 @@ FROM go:1.20.2 WORKDIR /app +EXPOSE 8080 + CMD ["go", "run", "main.go"] \ No newline at end of file