Browse Source

Maintenance: Fix docker build warning

Martin Gruner 6 months ago
parent
commit
d8b5e65399
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM node:20-slim as node
+FROM node:20-slim AS node
 RUN npm -g install pnpm
 RUN rm /usr/local/bin/yarn /usr/local/bin/yarnpkg