Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-05-11 12:56:39 +08:00 committed by GitHub
parent 6e6e63ea0c
commit 2535d8d4ff
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