mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-06 07:13:39 +00:00
Migrate to npm and cleanup css
This commit is contained in:
@@ -4,11 +4,11 @@ WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN yarn install
|
||||
RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN yarn build
|
||||
RUN npm run build
|
||||
|
||||
FROM caddy:2.7.6-alpine as runtime
|
||||
|
||||
|
Reference in New Issue
Block a user