ht-docker-node/Dockerfile_production

4 lines
124 B
Plaintext
Raw Normal View History

2018-11-28 22:37:03 +01:00
FROM node:11.3.0-alpine
LABEL author="Lossless GmbH <hello@lossless.com>"
2018-11-28 23:31:14 +01:00
RUN apk update && apk add bash && apk cache clean