This commit is contained in:
parent
75c2becc40
commit
7732ea1462
@ -6,8 +6,9 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY main.go ./
|
COPY main.go ./
|
||||||
COPY templates ./templates/
|
COPY templates ./templates/
|
||||||
|
RUN go get
|
||||||
RUN go build main.go
|
RUN go build main.go
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
||||||
# Run
|
# Run
|
||||||
CMD ["./main"]
|
CMD ["./main"]
|
||||||
|
Loading…
Reference in New Issue
Block a user