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