Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
03195017c5 | |||
fc3f4fdad4 | |||
fc42f31fb0 | |||
|
e56b3a001e | ||
|
13711618b7 |
@@ -1,6 +1,6 @@
|
|||||||
FROM node:22.14.0-alpine3.20 AS base
|
FROM node:22.14.0-alpine3.20 AS base
|
||||||
|
|
||||||
LABEL version="0.6.3"
|
LABEL version="0.6.4"
|
||||||
LABEL description="Astro based website to use as a profile"
|
LABEL description="Astro based website to use as a profile"
|
||||||
|
|
||||||
ENV PNPM_HOME="/pnpm"
|
ENV PNPM_HOME="/pnpm"
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "site-profile",
|
"name": "site-profile",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.6.3",
|
"version": "0.6.4",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
"start": "astro dev",
|
"start": "astro dev",
|
||||||
|
Reference in New Issue
Block a user