expose should be 8000 #9

This commit is contained in:
simon 2021-09-16 15:36:14 +07:00
parent f105a9d9d8
commit 947538815d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ VOLUME /youtube
# start
WORKDIR /app
EXPOSE 80
EXPOSE 8000
RUN chmod +x ./run.sh