Expose webserver and DB ports

master
Grzegorz Adam Kowalski 2019-03-14 11:52:16 +01:00
parent e37c31d2f0
commit c8a5c771ac
1 changed files with 2 additions and 0 deletions

View File

@ -98,3 +98,5 @@ RUN apt-get install -y sudo
COPY run.sh /
ENTRYPOINT ["/run.sh"]
CMD []
EXPOSE 80 5432