Deploy Full stack docker image (#914)

This commit is contained in:
Sidharth Mohanty
2023-11-08 23:55:12 +05:30
committed by GitHub
parent 6864b4207b
commit 936c7e389f
4 changed files with 39 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11 AS backend
FROM python:3.11-slim AS backend
WORKDIR /usr/src/app/backend
COPY requirements.txt .