Should probably copy the files into the container, whoops!

This commit is contained in:
cirroskais 2024-03-18 05:53:10 -04:00
parent 59c5721fbd
commit 6b17ed3dcb
No known key found for this signature in database
GPG key ID: 5FC73EBF2678E33D

View file

@ -4,6 +4,8 @@ WORKDIR /usr/src/app
FROM base AS build
COPY . .
RUN yarn install
RUN yarn build