From 92ee50f2c75bb1e66bfc2388530a138fd85f90c8 Mon Sep 17 00:00:00 2001 From: Antonio Pagano Date: Wed, 30 Oct 2024 14:18:05 -0500 Subject: [PATCH] task: no need for tailo here --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4bd520a..ea4d0bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,9 +10,6 @@ ADD . . # Copy everything in assets to the public folder RUN cp internal/assets/* public/ -# Building TailwindCSS with tailo -RUN go run github.com/paganotoni/tailo/cmd/build@v1.0.8 - # Building the migrate command RUN go build -tags osusergo,netgo -buildvcs=false -o bin/migrate ./cmd/migrate