mirror of
https://github.com/sern-handler/linear-discord
synced 2026-06-05 17:06:53 +00:00
fix: change stuff on the docker file to fix it haha yes
This commit is contained in:
@@ -3,10 +3,8 @@ FROM node:lts-alpine AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
RUN yarn
|
||||
|
||||
COPY . .
|
||||
RUN yarn install
|
||||
RUN yarn build
|
||||
|
||||
# Final stage
|
||||
|
||||
Reference in New Issue
Block a user