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 \