mirror of
https://github.com/Xevion/time-banner.git
synced 2025-12-06 05:16:47 -06:00
Remove template printing, copy /src/templates dir in Dockerfile
This commit is contained in:
@@ -31,6 +31,7 @@ RUN groupadd $APP_USER \
|
||||
|
||||
COPY --from=builder /time-banner/target/release/time-banner ${APP}/time-banner
|
||||
COPY --from=builder /time-banner/src/fonts ${APP}/fonts
|
||||
COPY --from=builder /time-banner/src/templates ${APP}/templates
|
||||
|
||||
RUN chown -R $APP_USER:$APP_USER ${APP}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user