Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-05-11 17:29:14 +08:00 committed by GitHub
parent 9439330110
commit 17e2311815
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 mkdir /data
# Expose the port in which the application will be deployed
# Expose the port in which the application will be deployed
EXPOSE 5000