mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
feat: show version number on welcome screen when logged in
This commit is contained in:
parent
56210405ff
commit
4de1403105
4 changed files with 32 additions and 0 deletions
|
|
@ -3,6 +3,13 @@
|
|||
########################
|
||||
FROM bnussbau/serversideup-php:8.3-fpm-nginx-alpine-imagick-chromium AS base
|
||||
|
||||
LABEL org.opencontainers.image.source=https://github.com/usetrmnl/byos_laravel
|
||||
LABEL org.opencontainers.image.description="TRMNL BYOS Laravel"
|
||||
LABEL org.opencontainers.image.licenses=MIT
|
||||
|
||||
ARG APP_VERSION
|
||||
ENV APP_VERSION=${APP_VERSION}
|
||||
|
||||
ENV AUTORUN_ENABLED="true"
|
||||
|
||||
# Switch to the root user so we can do root things
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue