|
@@ -11,8 +11,8 @@ RUN npm run build:prod
|
|
|
|
|
|
# 第二阶段构建
|
|
|
FROM nginx:alpine
|
|
|
-COPY --from=builder /app/tmr-admin/dist/ /usr/share/nginx/html/
|
|
|
-COPY --from=builder /app/tmr-admin/default.conf.template /etc/nginx/conf.d/default.conf
|
|
|
+COPY --from=builder /app/sheep-admin/dist/ /usr/share/nginx/html/
|
|
|
+COPY --from=builder /app/sheep-admin/default.conf.template /etc/nginx/conf.d/default.conf
|
|
|
EXPOSE 80
|
|
|
|
|
|
CMD ["/bin/sh", "-c", "sed -i \"s@<html@<html domain=\"$DOMAIN\"@\" /usr/share/nginx/html/index.html; nginx -g \"daemon off;\""]
|