circulartext commited on
Commit
6818337
·
1 Parent(s): 6f97e68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Build the base image
2
- FROM circulartextapp/spaceread
3
 
4
  # Create a new user for each instance of the app
5
  RUN useradd -m -u $UID user
 
1
  # Build the base image
2
+ FROM python:3.8-slim
3
 
4
  # Create a new user for each instance of the app
5
  RUN useradd -m -u $UID user