mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-02-16 15:19:55 +03:00
[Core] Add expose to dockerfile (#2762)
This commit is contained in:
parent
cb05cacd6a
commit
05cd1c0b67
1 changed files with 2 additions and 0 deletions
|
@ -19,4 +19,6 @@ COPY ./config/nginx.conf /etc/nginx/sites-enabled/default
|
|||
|
||||
COPY --chown=www-data:www-data ./ /app/
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
ENTRYPOINT ["/app/docker-entrypoint.sh"]
|
||||
|
|
Loading…
Add table
Reference in a new issue