This commit is contained in:
parent
75c2becc40
commit
7732ea1462
@ -6,6 +6,7 @@ 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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user