Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a88b0c407 | |||
| ac786f6eab | |||
| d65f53d00f |
@@ -6,6 +6,7 @@ COPY *.go ./
|
|||||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /goprg
|
RUN CGO_ENABLED=0 GOOS=linux go build -o /goprg
|
||||||
RUN mkdir /data
|
RUN mkdir /data
|
||||||
COPY services.json /data/services.json
|
COPY services.json /data/services.json
|
||||||
|
##COPY services.json /services.json
|
||||||
VOLUME ["/data"]
|
VOLUME ["/data"]
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
CMD ["/goprg"]
|
CMD ["/goprg"]
|
||||||
Reference in New Issue
Block a user