Files
fission-src/environments/nodejs/Dockerfile
T
Myles BorinsandSoam Vasani 23e20115da Upgrade Node Environment to 8.x (#329)
7.x has not been maintained since April. 8.x is going into LTS
during October and will receive another 30 months of support.
2017-09-17 05:11:11 -07:00

8 lines
113 B
Docker

# A docker image for the func container.
FROM node:8-onbuild
ADD server.js /usr/src/app/server.js
EXPOSE 8888