remove comment

This commit is contained in:
2023-05-12 18:55:11 +02:00
parent 2ab4bbf150
commit 1abb78190a

View File

@@ -4,7 +4,6 @@ WORKDIR /tmp
RUN npm install -g pnpm@8
COPY . .
RUN pnpm install --frozen-lockfile
# WORKDIR /tmp/packages/frontend
RUN pnpm run build