Skip to content

Commit

Permalink
improve a bit more with design and usablility
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Werner committed Nov 11, 2023
1 parent 363917a commit 2ec3ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use an official Python runtime as a parent image
FROM pypy:latest
FROM python:bullseye

# Install uWSGI
RUN apt-get update && apt-get install -y gcc && rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 2ec3ce8

Please sign in to comment.