v1.0.6: Cleaned old APKs, updated Dockerfile reference
This commit is contained in:
parent
5232794c67
commit
39f6f72ce8
4 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ COPY backend/ .
|
||||||
|
|
||||||
# Copy built Frontend to Backend's static directory
|
# Copy built Frontend to Backend's static directory
|
||||||
COPY --from=frontend-builder /build-frontend/dist ./static
|
COPY --from=frontend-builder /build-frontend/dist ./static
|
||||||
COPY --from=frontend-builder /build-frontend/StreamFlix-Universal-v1.0.5.apk ./static/
|
COPY --from=frontend-builder /build-frontend/StreamFlix-Universal-v1.0.6.apk ./static/
|
||||||
|
|
||||||
# Create data directory for persistence
|
# Create data directory for persistence
|
||||||
RUN mkdir -p /app/data
|
RUN mkdir -p /app/data
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue