Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zostaw authored Aug 19, 2023
1 parent c43a1e1 commit b1e67b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM python:3.11.4-alpine
EXPOSE 8080

RUN apk --update add bash vim g++ gcc musl-dev linux-headers
RUN apk add --no-cache libffi-dev
ENV STATIC_URL /static
ENV STATIC_PATH /var/www/app/static

Expand Down

0 comments on commit b1e67b6

Please sign in to comment.