remove explicit port

This commit is contained in:
Josh Burman
2020-01-30 14:59:25 -05:00
parent fb5533ce7a
commit d663afd8fe
5 changed files with 3 additions and 12 deletions

View File

@ -15,7 +15,4 @@ RUN npm install
# Bundle app source
COPY . /app
ENV PORT 8443
EXPOSE 8443
CMD [ "node", "./dist/server/server.js" ]