Bhushan4829 commited on
Commit
814e44a
·
1 Parent(s): 11016fe

Updated Docker File

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the official Python 3.9 image
2
- FROM python:3.9-alpine
3
 
4
  # Create a non-root user
5
  RUN useradd -m appuser
 
1
  # Use the official Python 3.9 image
2
+ FROM python:3.9-slim
3
 
4
  # Create a non-root user
5
  RUN useradd -m appuser