diff --git a/db/Dockerfile b/db/Dockerfile index d146047..617d9ac 100644 --- a/db/Dockerfile +++ b/db/Dockerfile @@ -1,3 +1,4 @@ +FROM ubuntu:22.04 FROM python:3.12.6-slim WORKDIR /app diff --git a/frontend/Dockerfile b/frontend/Dockerfile index e7f9823..3599fde 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,3 +1,4 @@ +FROM ubuntu:22.04 # Stage 1: Build the React app FROM node:18-alpine AS build