Fixed Bug With Shared Flights

This commit is contained in:
2026-07-12 17:52:27 +10:00
parent 2d55aa8488
commit 90630489df
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ COPY . .
RUN composer install --no-dev --optimize-autoloader
ARG APP_VERSION=Dev
ENV VITE_APP_VERSION=$APP_VERSION
ENV VITE_APP_VERSION=$APP_VE
LABEL org.opencontainers.image.version=$APP_VERSION
RUN npm install && npm run build && rm -f public/hot