🔧 Added the ENV var to the Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user