feat: dev docker

This commit is contained in:
naiba
2024-10-24 21:33:36 +08:00
parent 31520debb2
commit 5cf8b8024c
4 changed files with 53 additions and 7 deletions

View File

@@ -7,6 +7,7 @@ ARG TARGETOS
ARG TARGETARCH
COPY --from=certs /etc/ssl/certs /etc/ssl/certs
COPY ./frontend /dashboard/frontend
COPY ./script/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh