Adding missing EXPOSE to Dockerfile. #9

Merged
skobkin merged 1 commits from fix_dockerfile into master 2022-07-10 17:14:30 +00:00
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ RUN apk update && \
chmod +x /app/bin/console && \
/usr/local/bin/composer install --no-dev --no-progress --no-interaction --optimize-autoloader
EXPOSE 80/tcp
VOLUME /var/log
CMD ["/app/bin/rr", "serve"]