Add styles and libsass building

This commit is contained in:
Michał Gdula 2023-05-06 15:25:09 +03:00
parent 0af071992b
commit 0d07a3391b
5 changed files with 126 additions and 6 deletions

View file

@ -2,8 +2,7 @@
FROM python:3.10-alpine
EXPOSE 8080
# RUN apk add --no-cache gcc musl-dev linux-headers
RUN apk add --no-cache postgresql-client
RUN apk add --no-cache postgresql-client build-base
WORKDIR /data
COPY requirements.txt requirements.txt