don't need it

This commit is contained in:
Adam 2023-02-10 17:20:09 -05:00
parent 3fd6ad7440
commit a8825132be

View file

@ -1,4 +1,3 @@
#!/bin/bash #!/bin/bash
docker build -t chatbots_api . docker build -t chatbots_api .
docker save chatbots_api | pigz > chatbots_api.tar.gz