This commit is contained in:
parent
f53c832859
commit
6e25373072
|
@ -1,5 +1,6 @@
|
||||||
FROM ubuntu
|
FROM alpine
|
||||||
RUN apt-get -y update && apt-get install -y ca-certificates
|
RUN apk update && apk add ca-certificates
|
||||||
ADD ./hubserver /usr/local/bin
|
WORKDIR /app
|
||||||
|
COPY ./hubserver /app
|
||||||
EXPOSE 80
|
EXPOSE 80
|
||||||
ENTRYPOINT ["/usr/local/bin/hubserver"]
|
ENTRYPOINT ["/app/hubserver"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user