chore: remove full.Dockerfile poc

This commit is contained in:
Nicolas Giard 2022-06-15 16:02:47 -04:00 committed by GitHub
parent 58bb8cd72a
commit ef21caf7bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +0,0 @@
FROM ghcr.io/ietf-tools/datatracker-app-base:latest
LABEL maintainer="IETF Tools Team <tools-discuss@ietf.org>"
# Fetch all assets via rsync
COPY docker/scripts/app-rsync-extras.sh /rsync-assets.sh
RUN sed -i 's/\r$//' /rsync-assets.sh && \
chmod +x /rsync-assets.sh
RUN bash /rsync-assets.sh