1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added HTTPS ports to Dockerfile

This commit is contained in:
Steffen Vogel 2015-12-20 19:56:40 +01:00
parent 5fc9c7bd15
commit 119d8b0846

View file

@ -13,7 +13,9 @@ FROM stv0g/dotfiles
MAINTAINER Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
# Expose ports for HTTP and WebSocket frontend
EXPOSE 80
EXPOSE 443
# Update package manager
RUN apt-get update