This commit is contained in:
@@ -25,5 +25,4 @@ COPY --from=build /build/owncast /app/owncast
|
||||
COPY --from=build /build/webroot /app/webroot
|
||||
COPY --from=build /build/static /app/static
|
||||
COPY --from=build /build/data /app/data
|
||||
COPY --from=build /build/webroot/img/logo.svg app/data/logo.svg
|
||||
CMD ["/app/owncast"]
|
||||
|
||||
@@ -69,7 +69,6 @@ build() {
|
||||
cp "${TMPDIR}tailwind.min.css" ./dist/${NAME}/webroot/js/web_modules/tailwindcss/dist/tailwind.min.css
|
||||
cp -R static/ dist/${NAME}/static
|
||||
cp README.md dist/${NAME}
|
||||
cp webroot/img/logo.svg dist/${NAME}/data/logo.svg
|
||||
|
||||
pushd dist/${NAME} >> /dev/null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user