Adding missing EXPOSE to Dockerfile.

This commit is contained in:
Alexey Skobkin 2022-07-10 19:55:59 +03:00
parent 8e5e3cceb9
commit 173186a4ee
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
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"]