dockerfile
This commit is contained in:
parent
c51ff4a88d
commit
9b90cb7590
|
|
@ -39,6 +39,10 @@ WORKDIR /user
|
||||||
|
|
||||||
# Copy binary and config files
|
# Copy binary and config files
|
||||||
COPY --from=builder /build/${BINARY_NAME} ./app
|
COPY --from=builder /build/${BINARY_NAME} ./app
|
||||||
|
|
||||||
|
# Copy migrations directory
|
||||||
|
COPY --from=builder /build/migrations ./migrations
|
||||||
|
|
||||||
COPY config.yaml .
|
COPY config.yaml .
|
||||||
COPY db.yaml .
|
COPY db.yaml .
|
||||||
COPY ui.html .
|
COPY ui.html .
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue