Compare commits
No commits in common. "3086120b66a5fff30961b22b93c986bbd77af128" and "9243b0cd5a5b9a2acb948302836cafcf5881cbc9" have entirely different histories.
3086120b66
...
9243b0cd5a
2 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,8 @@ COPY . .
|
||||||
RUN npm i
|
RUN npm i
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
FROM forgejo.neshweb.net/firq/website-serve-docker:latest AS runtime
|
FROM node:lts AS runtime
|
||||||
|
RUN npm install --global "@warren-bank/serve"
|
||||||
|
|
||||||
COPY --from=build /app/dist /public
|
COPY --from=build /app/dist /public
|
||||||
COPY --from=build /app/serve.json /public/serve.json
|
COPY --from=build /app/serve.json /public/serve.json
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "@firq/fgosite",
|
"name": "@firq/fgosite",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.1.8",
|
"version": "0.1.7",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev",
|
"dev": "astro dev",
|
||||||
|
|
Loading…
Reference in a new issue