Commit
·
76709db
1
Parent(s):
6e14618
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# Use an official Python runtime as a base image
|
2 |
FROM ubuntu:18.04
|
3 |
-
FROM python:3.
|
4 |
|
5 |
# Expose the port to run it
|
6 |
ENV LISTEN_PORT=5000
|
|
|
1 |
# Use an official Python runtime as a base image
|
2 |
FROM ubuntu:18.04
|
3 |
+
FROM python:3.11-slim
|
4 |
|
5 |
# Expose the port to run it
|
6 |
ENV LISTEN_PORT=5000
|