mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-15 05:03:11 +00:00
Add styles and libsass building
This commit is contained in:
parent
0af071992b
commit
0d07a3391b
5 changed files with 126 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue