ht-docker-node/Dockerfile_production

4 lines
105 B
Plaintext
Raw Normal View History

2018-11-28 21:37:03 +00:00
FROM node:11.3.0-alpine
LABEL author="Lossless GmbH <hello@lossless.com>"
2018-11-29 07:03:21 +00:00
RUN apk update && apk add bash