docker-compose.yml update

master
joey0629 1 year ago
parent e23c97774a
commit e34fcc1d76
  1. 2
      Dockerfile

@ -1,7 +1,7 @@
FROM python:3.10
# Install Python and pip
RUN apt-get update && apt-get install -y python3 python3-pip
RUN apt-get update && apt-get install -y python3 python3-pip && apt install nano
# Set the working directory in the container
WORKDIR /app

Loading…
Cancel
Save