diff --git a/server/Dockerfile b/server/Dockerfile index d3e3b70..84ae117 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -4,7 +4,6 @@ RUN corepack enable COPY package.json yarn.lock ./ RUN apk add --no-cache python3 python3-pip build-essential RUN yarn install -RUN COPY . . ENV PORT=80