Skip to content
Snippets Groups Projects
Commit a00bfcae authored by Jure's avatar Jure
Browse files

ci: set the home directory

parent 0b26b9bd
No related branches found
No related tags found
No related merge requests found
FROM node:12 FROM node:12
ENV HOME "/home/simplej"
RUN mkdir -p ${HOME}
WORKDIR ${HOME}
ENV NODE_ENV "development" ENV NODE_ENV "development"
WORKDIR /home/simplej
COPY . . COPY . .
# We do a development install because react-styleguidist is a dev dependency and we want to run tests # We do a development install because react-styleguidist is a dev dependency and we want to run tests
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment