Skip to content

Instantly share code, notes, and snippets.

@pjmeca
pjmeca / SquooshDockerfile
Last active May 1, 2024 15:55
Dockerfile for building a custom image of squoosh.app
FROM alpine/git AS git
RUN mkdir /app
WORKDIR /app
RUN git clone https://github.com/GoogleChromeLabs/squoosh.git .
FROM node:14-alpine AS builder
WORKDIR /app
COPY --from=git /app/package*.json ./
RUN npm install
COPY --from=git /app .
@pjmeca
pjmeca / ListadoSoftware.md
Last active March 31, 2024 19:00
Listado de Software que uso