switch to alpine based image

This commit is contained in:
ksurl
2022-11-21 16:14:06 -08:00
parent fc616e818a
commit 399f8ed1db

View File

@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM node:16
FROM node:16-alpine
WORKDIR /automatisch
RUN apt-get update && apt-get install -y postgresql-client