Pull image from Docker Hub instead of building locally

This commit is contained in:
2026-03-12 13:22:19 -06:00
parent 179a8c23fe
commit dab0932c89
+1 -3
View File
@@ -1,8 +1,6 @@
services: services:
check-printing: check-printing:
build: image: ${DOCKERHUB_USERNAME}/check-printing:latest
context: .
dockerfile: docker/Dockerfile
container_name: check-printing container_name: check-printing
restart: unless-stopped restart: unless-stopped
ports: ports: