Adding missing EXPOSE to Dockerfile. (!9)

Reviewed-on: #9
This commit is contained in:
Alexey Skobkin 2022-07-10 20:14:29 +03:00
parent 8e5e3cceb9
commit bc232dc2a7
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"]