This commit is contained in:
parent
521f7211c2
commit
fecdde0ba9
@ -1,6 +1,6 @@
|
||||
FROM alpine:latest
|
||||
RUN apk --no-cache add ca-certificates
|
||||
WORKDIR /root
|
||||
RUN ./build/app .
|
||||
COPY ./build/app .
|
||||
EXPOSE 6666
|
||||
CMD ["./app"]
|
Loading…
Reference in New Issue
Block a user