1
0
mirror of synced 2026-01-04 09:04:47 -05:00
Files
airbyte/airbyte-config/init/Dockerfile
Benoit Moriceau 42b378fe37 Revert "Revert "Bmoric/remove docker compose for build (#7500)" (#7698)" (#7746)
This reverts commit 797d11a8d7.

Restore the removal of the docker compose file
2021-11-08 14:16:21 -08:00

9 lines
234 B
Docker

ARG ALPINE_IMAGE=alpine:3.4
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