chore: remove full.Dockerfile poc
This commit is contained in:
parent
58bb8cd72a
commit
ef21caf7bf
|
@ -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
|
Loading…
Reference in a new issue