Compare commits

..
2 Commits
Author SHA1 Message Date
Dustin Pianalto ab8db644cb Test adding migration files to container
CI / build (push) Has been cancelled
2021-01-20 22:40:15 -09:00
Dustin Pianalto 1d3a218e2d Check error when running migrations
CI / build (push) Has been cancelled
2021-01-20 22:37:04 -09:00
+1
View File
@@ -16,5 +16,6 @@ from alpine
WORKDIR /bin
COPY --from=dev /go/bin/geeksbot ./geeksbot
COPY --from=dev /go/src/Geeksbot/internal/database/migrations/* ./
CMD [ "geeksbot" ]