mirror of
https://github.com/tavo-wasd-gh/conex-builder.git
synced 2025-06-07 04:03:29 -06:00
deployable
This commit is contained in:
parent
1ab3de1acd
commit
ef2d670df4
1 changed files with 6 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
|||
FROM golang:1.19
|
||||
WORKDIR /conex-builder
|
||||
COPY . .
|
||||
RUN make
|
||||
EXPOSE 8080
|
||||
CMD ["./builder"]
|
Loading…
Reference in a new issue