9 lines
266 B
Docker
9 lines
266 B
Docker
# A test describe in the README is available to test a version update
|
|
FROM airbyte/temporal-auto-setup:1.13.0
|
|
|
|
ENV TEMPORAL_HOME /etc/temporal
|
|
|
|
COPY bin/scripts/update-and-start-temporal.sh update-and-start-temporal.sh
|
|
|
|
ENTRYPOINT ["./update-and-start-temporal.sh"]
|