diff --git a/Dockerfile b/Dockerfile index 4921eb8..caf2d01 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM node:latest -WORKDIR /context + WORKDIR /context RUN apt update && \ apt install -y git bash docker-cli && \