Update Dockerfile

This commit is contained in:
qiaofeng1227 2023-05-11 14:02:23 +08:00 committed by GitHub
parent 75bc854a63
commit 27fbd2141a
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