sun-pc-linux hace 2 meses
padre
commit
010ce028b1
Se han modificado 1 ficheros con 2 adiciones y 5 borrados
  1. 2 5
      build.sh

+ 2 - 5
build.sh

@@ -15,9 +15,6 @@ echo "Tagging image for registry: ${REGISTRY_IMAGE}"
 docker tag ${LOCAL_IMAGE} ${REGISTRY_IMAGE}
 
 # Push to registry (uncomment to push)
-# echo "Pushing to registry..."
-# docker push ${REGISTRY_IMAGE}
+echo "Pushing to registry..."
+docker push ${REGISTRY_IMAGE}
 
-# Run locally
-echo "Running container locally..."
-docker run -p 8087:8000 --env-file .env ${LOCAL_IMAGE}