Fixed Bug With Shared Flights
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ COPY . .
|
||||
RUN composer install --no-dev --optimize-autoloader
|
||||
|
||||
ARG APP_VERSION=Dev
|
||||
ENV VITE_APP_VERSION=$APP_VE
|
||||
ENV VITE_APP_VERSION=$APP_VERSION
|
||||
LABEL org.opencontainers.image.version=$APP_VERSION
|
||||
|
||||
RUN npm install && npm run build && rm -f public/hot
|
||||
|
||||
Reference in New Issue
Block a user