Update Dockerfile (#966)

This commit is contained in:
Xinwei Xiong 2023-08-28 16:45:49 +08:00 committed by GitHub
parent e4f136e965
commit 42c9b01969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ ADD . .
RUN make clean RUN make clean
RUN make build RUN make build
FROM ghcr.io/openim-sigs/openim-bash-image:latest FROM ghcr.io/openim-sigs/openim-ubuntu-image:latest
WORKDIR ${SERVER_WORKDIR} WORKDIR ${SERVER_WORKDIR}