Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-05-11 14:09:03 +08:00 committed by GitHub
parent 703a083047
commit e0c7f2da31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,5 +18,5 @@ RUN chmod +x /etc/supervisor/conf.d/supervisord.conf /cmd.sh
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
RUN mkdir /data RUN mkdir /data
# Expose the port in which the application will be deployed # Expose the port in which the application will be deployed
EXPOSE 5000 EXPOSE 5000