This commit is contained in:
parent
75c2becc40
commit
7732ea1462
@ -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"]
|
||||
CMD ["./main"]
|
||||
|
Loading…
Reference in New Issue
Block a user