Compare commits
1 Commits
895707036a
...
0.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| f9e3d41c62 |
@@ -1,6 +1,6 @@
|
|||||||
FROM golang:1.22.0-alpine3.19 as build
|
FROM golang:1.22.0-alpine3.19 as build
|
||||||
|
|
||||||
COPY src /src
|
COPY . /src
|
||||||
|
|
||||||
RUN cd /src \
|
RUN cd /src \
|
||||||
&& go build -o retrohub \
|
&& go build -o retrohub \
|
||||||
|
|||||||
Reference in New Issue
Block a user