diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -15,7 +15,10 @@ RUN pip install -r requirements.txt --root /buildroot | |||
| 15 | FROM base | 15 | FROM base |
| 16 | 16 | ||
| 17 | COPY --from=build /buildroot / | 17 | COPY --from=build /buildroot / |
| 18 | |||
| 18 | COPY . . | 19 | COPY . . |
| 20 | ARG DOCKER_METADATA_OUTPUT_VERSION | ||
| 21 | RUN echo "version='$DOCKER_METADATA_OUTPUT_VERSION'" > ttun_server/_version.py | ||
| 19 | 22 | ||
| 20 | ENV TUNNEL_DOMAIN= | 23 | ENV TUNNEL_DOMAIN= |
| 21 | ENV SECURE True | 24 | ENV SECURE True |
