Sfoglia il codice sorgente

Update dependencies

CareyWong 2 anni fa
parent
commit
e6127c4eb0
2 ha cambiato i file con 599 aggiunte e 566 eliminazioni
  1. 2 7
      Dockerfile
  2. 597 559
      yarn.lock

+ 2 - 7
Dockerfile

@@ -1,13 +1,8 @@
 # ---- Dependencies ----
-FROM node:16-alpine AS dependencies
+FROM node:16-alpine AS build
 WORKDIR /app
-COPY package.json ./
+COPY . .
 RUN yarn install
-
-# ---- Build ----
-FROM dependencies AS build
-WORKDIR /app
-COPY . /app
 RUN yarn build
 
 FROM nginx:1.23-alpine

File diff suppressed because it is too large
+ 597 - 559
yarn.lock


Some files were not shown because too many files changed in this diff