You've already forked reloading-manager
fix some fucking errors (#18)
Reviewed-on: rrise/reloading-manager#18 Co-authored-by: Ron Rise <ron@siteworxpro.com> Co-committed-by: Ron Rise <ron@siteworxpro.com>
This commit is contained in:
@@ -15,5 +15,6 @@ RUN go build -o app
|
||||
FROM scratch
|
||||
|
||||
COPY --from=build /app/app .
|
||||
ADD ./migrations /app/migrations
|
||||
|
||||
ENTRYPOINT ["/app"]
|
||||
Reference in New Issue
Block a user