mirror of
https://github.com/alexohneander/alexohneander-astro.git
synced 2025-12-16 12:10:12 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7eae65b78c | |||
| 76994aa4ed |
@@ -6,10 +6,10 @@ WORKDIR /app
|
||||
COPY package.json package-lock.json ./
|
||||
|
||||
FROM base AS prod-deps
|
||||
RUN npm install --production
|
||||
RUN npm install
|
||||
|
||||
FROM base AS build-deps
|
||||
RUN npm install --production=false
|
||||
RUN npm install
|
||||
|
||||
FROM build-deps AS build
|
||||
COPY . .
|
||||
|
||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "alexohneander-astro",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "alexohneander-astro",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"dependencies": {
|
||||
"@astrojs/rss": "^2.4.1",
|
||||
"@resvg/resvg-js": "^2.4.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "alexohneander-astro",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"scripts": {
|
||||
"dev": "astro check --watch & astro dev",
|
||||
"start": "astro dev",
|
||||
|
||||
Reference in New Issue
Block a user