1
0
mirror of synced 2026-01-09 06:03:17 -05:00
Files
airbyte/airbyte-webapp/Dockerfile
Benoit Moriceau d71871edc6 Bmoric/fix missing doc (#7882)
* tmp

* Restore doc
2021-11-11 19:02:18 -08:00

8 lines
203 B
Docker

FROM nginx:1.19-alpine as webapp
EXPOSE 80
COPY bin/build /usr/share/nginx/html
COPY bin/docs /usr/share/nginx/html/docs
COPY bin/nginx/default.conf.template /etc/nginx/templates/default.conf.template