|
@@ -19,6 +19,8 @@ FROM nginx:alpine
|
|
|
#RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
|
|
|
#RUN echo 'Asia/Shanghai' >/etc/timezone
|
|
|
|
|
|
+COPY simsun.ttc /usr/share/fonts/simsun.ttc
|
|
|
+
|
|
|
COPY --from=builder code/dist/ /usr/share/nginx/html/
|
|
|
COPY ./docker/prod/nginx.conf /etc/nginx/nginx.conf
|
|
|
EXPOSE 80
|