Skip to content

Commit

Permalink
feat: fix the ubuntu dockerfile version
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan-Kim2028 committed Oct 21, 2024
1 parent c38fe89 commit 5d213c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions db/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM ubuntu:22.04
FROM python:3.12.6-slim

WORKDIR /app
Expand Down
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM ubuntu:22.04
# Stage 1: Build the React app
FROM node:18-alpine AS build

Expand Down

0 comments on commit 5d213c4

Please sign in to comment.