servicepoint-tanks/Dockerfile

5 lines
113 B
Docker
Raw Permalink Normal View History

2024-04-21 14:34:45 +02:00
FROM localhost/cccb-tanks-cs-backend:latest
2024-04-10 22:03:36 +02:00
2024-04-21 14:34:45 +02:00
COPY --from=localhost/cccb-tanks-cs-frontend /app/dist ./client
2024-04-10 22:03:36 +02:00