Removed expose command

This commit is contained in:
aviau 2015-04-20 17:36:49 -04:00
parent d9c6684618
commit 213384761c
1 changed files with 0 additions and 3 deletions

View File

@ -27,8 +27,5 @@ ADD /app /opt/adagios-frontend/app
RUN a2enmod proxy
RUN a2enmod proxy_http
# Expose appropriate ports
EXPOSE 8080
CMD ((cd /opt/adagios-frontend && grunt sass && grunt uglify && grunt) &) && \
bash -c "source /etc/apache2/envvars && exec /usr/sbin/apache2 -DFOREGROUND"