From 38fbc2255bed82a346a9ecd9628427cbf2ffe822 Mon Sep 17 00:00:00 2001 From: Nick Bradford <6633811+nsbradford@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:38:04 -0400 Subject: [PATCH] Dockerfile no workdir --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bf054bb..a62085b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # this had trouble with the `yarn install` FROM node:18.15.0-bullseye-slim -WORKDIR /app +# WORKDIR /app # necessary for some of the npm packages RUN apt-get update && apt-get install -y \