Compare commits
13 Commits
test-alpin
...
npm-update
| Author | SHA1 | Date | |
|---|---|---|---|
| 02845772fe | |||
| 4a5b773ef6 | |||
| 70612a88aa | |||
| 8bdf65a19b | |||
|
|
a5900e6d90 | ||
| 38a35cbe30 | |||
| 854a845ac6 | |||
| 1468fd3afb | |||
| 28ed9a1d2d | |||
|
|
576d24ff5d | ||
| 14240fee26 | |||
| 28101779ee | |||
| 6f39048036 |
4
.github/workflows/snyk-container.yml
vendored
4
.github/workflows/snyk-container.yml
vendored
@@ -14,13 +14,9 @@
|
||||
name: Snyk Container
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main ]
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ main ]
|
||||
schedule:
|
||||
- cron: '18 21 * * 3'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
10
Dockerfile
10
Dockerfile
@@ -1,7 +1,10 @@
|
||||
FROM node:18.5.0 AS base
|
||||
FROM node:18.10.0 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
|
||||
|
||||
11
package.json
11
package.json
@@ -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",
|
||||
@@ -17,12 +17,9 @@
|
||||
"Prod": "npm run Cleanup && npm run Init && parcel build src/index.pug --dist-dir build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@parcel/transformer-pug": "2.6.2",
|
||||
"@parcel/transformer-sass": "2.6.2",
|
||||
"parcel": "^2.6.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^18.*"
|
||||
"@parcel/transformer-pug": "2.7.0",
|
||||
"@parcel/transformer-sass": "2.7.0",
|
||||
"parcel": "^2.7.0"
|
||||
},
|
||||
"resolutions": {
|
||||
"node-forge": "0.10.0"
|
||||
|
||||
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user