Trying more things

This commit is contained in:
Tiago Ribeiro
2023-10-15 20:39:14 +01:00
parent a28365cdf3
commit 958384af15

View File

@@ -4,11 +4,9 @@ FROM node:18-alpine AS build
RUN apk add --no-cache libc6-compat
RUN mkdir /app
COPY package.json /app
COPY ./* /app
WORKDIR /app
COPY . /app
RUN yarn
RUN yarn build