🔧 Added the ENV var to the Dockerfile

This commit is contained in:
2021-11-03 23:05:54 -07:00
parent c7a525da0a
commit b8c932b09f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
FROM node:12.21.0
LABEL maintainer="Rishi Ghan <rishi.ghan@gmail.com>"
ENV UNDERLYING_HOST ghost
RUN mkdir -p /usr/src/threetwo
WORKDIR /usr/src/threetwo