ci test x4

This commit is contained in:
hexlocation's laptop (asiago) 2024-03-31 05:49:37 -04:00
parent 7eb79ce077
commit efac7840e4
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# Disseminate Build Script
# This script builds disseminate into a docker container, using the dockerfile provided in the repository.
docker build --build-arg UID=1000 --build-arg GID=1000 . -t disseminate:latest
docker buildx build --build-arg UID=1000 --build-arg GID=1000 . -t disseminate:latest