downloader: mover containerfile a lugar mas comodo

This commit is contained in:
Cat /dev/Nulo 2023-12-09 13:12:57 -03:00
parent 99ab91c552
commit b87738ea13
2 changed files with 2 additions and 2 deletions

View file

@ -6,6 +6,6 @@ prueba
datos.gob.ar*
data/
data*
downloader/data
downloader/data*
*.zip

View file

@ -3,7 +3,7 @@ FROM docker.io/alpine:3.18 as build
RUN apk add --no-cache npm \
&& npm install -g esbuild pnpm
COPY .. /tmp/build/
COPY . /tmp/build/
WORKDIR /tmp/build/downloader
RUN pnpm install \
&& esbuild --bundle --format=cjs --platform=node --outfile=download_json.build.js --sourcemap=inline download_json.js \