mirror of
https://github.com/GMWalletApp/epusdt.git
synced 2026-07-07 10:16:15 +00:00
add .env file into docker image
This commit is contained in:
@@ -18,6 +18,7 @@ RUN apk --no-cache add ca-certificates tzdata
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/src/static /app/static
|
COPY --from=builder /app/src/static /app/static
|
||||||
COPY --from=builder /app/src/static /static
|
COPY --from=builder /app/src/static /static
|
||||||
|
COPY --from=builder /app/src/.env.example /app/.env
|
||||||
COPY --from=builder /app/epusdt .
|
COPY --from=builder /app/epusdt .
|
||||||
|
|
||||||
VOLUME /app/conf
|
VOLUME /app/conf
|
||||||
|
|||||||
Reference in New Issue
Block a user