diff --git a/Dockerfile b/Dockerfile index 8654c7a..02e5a5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,8 +6,9 @@ WORKDIR /app COPY main.go ./ COPY templates ./templates/ +RUN go get RUN go build main.go EXPOSE 3000 # Run -CMD ["./main"] \ No newline at end of file +CMD ["./main"]