mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix build Dockerfile after #4153
This commit is contained in:
@@ -28,7 +28,7 @@ COPY --from=frontend /stash /stash/
|
|||||||
RUN make generate-backend
|
RUN make generate-backend
|
||||||
ARG GITHASH
|
ARG GITHASH
|
||||||
ARG STASH_VERSION
|
ARG STASH_VERSION
|
||||||
RUN make stash-release
|
RUN make flags-release flags-pie stash
|
||||||
|
|
||||||
# Final Runnable Image
|
# Final Runnable Image
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ COPY --from=frontend /stash /stash/
|
|||||||
RUN make generate-backend
|
RUN make generate-backend
|
||||||
ARG GITHASH
|
ARG GITHASH
|
||||||
ARG STASH_VERSION
|
ARG STASH_VERSION
|
||||||
RUN make stash-release
|
RUN make flags-release flags-pie stash
|
||||||
|
|
||||||
# Final Runnable Image
|
# Final Runnable Image
|
||||||
FROM nvidia/cuda:12.0.1-base-ubuntu22.04
|
FROM nvidia/cuda:12.0.1-base-ubuntu22.04
|
||||||
|
|||||||
Reference in New Issue
Block a user