deployable

This commit is contained in:
tavo 2024-09-09 21:38:09 -06:00
parent 1ab3de1acd
commit ef2d670df4

6
Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM golang:1.19
WORKDIR /conex-builder
COPY . .
RUN make
EXPOSE 8080
CMD ["./builder"]