johndeniel commited on
Commit
8a5d22d
1 Parent(s): cbffe0a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -17,7 +17,7 @@ COPY . .
17
  RUN go build -o main .
18
 
19
  # Expose port 8080 to the outside world
20
- EXPOSE 8080
21
 
22
  # Run the Go application
23
  CMD ["./main"]
 
17
  RUN go build -o main .
18
 
19
  # Expose port 8080 to the outside world
20
+ EXPOSE 7860
21
 
22
  # Run the Go application
23
  CMD ["./main"]