7 Commits

Author SHA1 Message Date
854a845ac6 Add Email 2022-07-23 10:12:05 +01:00
1468fd3afb Update package.json and remove node engine limit. 2022-07-23 10:11:58 +01:00
28ed9a1d2d Merge pull request #27 from Fluttershub/dependabot/docker/nginx-1.23.1-alpine
Bump nginx from 1.23.0-alpine to 1.23.1-alpine
2022-07-21 03:23:25 +01:00
dependabot[bot]
576d24ff5d Bump nginx from 1.23.0-alpine to 1.23.1-alpine
Bumps nginx from 1.23.0-alpine to 1.23.1-alpine.

---
updated-dependencies:
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-20 06:43:03 +00:00
14240fee26 Revert some changes made with "Switch nodejs to use alpine and update both alpine images. (#26)" 2022-07-15 16:31:07 +01:00
28101779ee Add packages for building node_modules with ARM64 2022-07-15 16:09:55 +01:00
6f39048036 Switch nodejs to use alpine and update both alpine images. (#26) 2022-07-15 16:05:29 +01:00
3 changed files with 10 additions and 6 deletions

View File

@@ -1,7 +1,10 @@
FROM node:18.5.0 AS base
FROM node:18.6 AS base
LABEL version="4.1.0"
LABEL description=""
RUN apt-get update && apt-get upgrade -y \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /usr/src/app
COPY ["package.json", "./"]
COPY ["yarn.lock", "./"]
@@ -11,7 +14,10 @@ RUN yarn install
COPY ["src/", "./src"]
RUN npm run Prod
FROM nginx:1.23.0-alpine as Web
FROM nginx:1.23.1-alpine as Web
RUN apk --update --no-cache upgrade
LABEL maintainer="Phoenix (https://github.com/HotaruBlaze)"
COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY docker/web.conf /etc/nginx/conf.d/web.conf

View File

@@ -7,7 +7,7 @@
"author": "HotaruBlaze",
"repository": {
"type": "git",
"url": "git@github.com:github/Fluttershub.git"
"url": "git@github.com:Fluttershub/Homepage.git"
},
"scripts": {
"preinit": "npx npm-force-resolutions",
@@ -21,9 +21,6 @@
"@parcel/transformer-sass": "2.6.2",
"parcel": "^2.6.2"
},
"engines": {
"node": "^18.*"
},
"resolutions": {
"node-forge": "0.10.0"
},

View File

@@ -22,6 +22,7 @@ html(lang='en')
a.standard_text.text-flicker-2(href="https://twitter.com/HotaruBlaze") Twitter
a.standard_text.text-flicker-2(href="https://github.com/HotaruBlaze") Github
a.standard_text.text-flicker-2(href="https://gitlab.com/HotaruBlaze") Gitlab
a.standard_text.text-flicker-2(href="mailto:hotarublaze@gmail.com") Email
footer.standard_text.footer-slide
.creator
a.build_text(href="https://www.youtube.com/watch?v=5DWFZhAVI3s") Cookie?