remove comment

This commit is contained in:
Niccolo Borgioli 2023-05-12 18:55:11 +02:00
parent 2ab4bbf150
commit 1abb78190a
No known key found for this signature in database
GPG Key ID: D93C615F75EE4F0B
1 changed files with 0 additions and 1 deletions

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