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:
check-printing:
build:
context: .
dockerfile: docker/Dockerfile
image: ${DOCKERHUB_USERNAME}/check-printing:latest
container_name: check-printing
restart: unless-stopped
ports: