1
0
mirror of synced 2026-01-05 03:04:38 -05:00
Files
airbyte/airbyte-config/init/Dockerfile

9 lines
235 B
Docker

ARG ALPINE_IMAGE=alpine:3.13
FROM ${ALPINE_IMAGE} AS seed
WORKDIR /app
# the sole purpose of this image is to seed the data volume with the default data
# that the app should have when it is first installed.
COPY bin/scripts scripts