Merge pull request #57 from Hestia-Homes/main

is the deployment working
This commit is contained in:
KhalimCK 2023-07-17 20:13:44 +01:00 committed by GitHub
commit 4c511330ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
# Pull base image
FROM lambci/lambda:build-python3.10
FROM python:3.10.12-slim-buster
# Set environment variables
ENV PYTHONDONTWRITEBYTECODE 1