Update Dockerfile

This commit is contained in:
soar1688 2019-11-01 01:14:11 +08:00 committed by GitHub
parent b1cb12a390
commit 866825e3af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
FROM alpine:latest
ENV GLIBC_VERSION 2.29-r0
ENV HFISH_VERSION 0.3.2
ENV HFISH_VERSION 0.4
# Download and install glibc
RUN apk update && \
@ -22,7 +22,7 @@ COPY Entrypoint.sh /Entrypoint.sh
RUN chmod +x /Entrypoint.sh
EXPOSE 21 22 23 3306 6379 7879 8080 8989 9000 9001 11211
EXPOSE 21 22 23 69 3306 5900 6379 7879 8000 8080 8989 9000 9001 9200 11211
WORKDIR /opt