Working on the dockerfile

This commit is contained in:
Jordan Roher 2023-12-18 09:49:33 -08:00
parent 9d79fdd73a
commit 219841a148
3 changed files with 9 additions and 7 deletions

View File

@ -1,6 +1,8 @@
# Build site using Node JS
FROM node:21-slim
RUN apt-get update && apt-get install -y nginx
ARG BUILD_DATE
LABEL \

12
package-lock.json generated
View File

@ -1,14 +1,14 @@
{
"name": "starbase-80",
"version": "1.3.0",
"version": "1.4.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "starbase-80",
"version": "1.3.0",
"version": "1.4.0",
"dependencies": {
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"html-minifier": "^4.0.0",
"prettier": "^3.1.1",
"tailwindcss": "^3.3.6",
@ -107,9 +107,9 @@
}
},
"node_modules/@types/node": {
"version": "20.10.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.4.tgz",
"integrity": "sha512-D08YG6rr8X90YB56tSIuBaddy/UXAA9RKJoFvrsnogAum/0pmjkgi4+2nx96A330FmioegBWmEYQ+syqCFaveg==",
"version": "20.10.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.10.5.tgz",
"integrity": "sha512-nNPsNE65wjMxEKI93yOP+NPGGBJz/PoN3kZsVLee0XMiJolxSekEVD8wRwBUBqkwc7UWop0edW50yrCQW4CyRw==",
"dependencies": {
"undici-types": "~5.26.4"
}

View File

@ -13,7 +13,7 @@
"tailwind": "npx tailwindcss -i ./src/tailwind.css -o ./dist/main.css"
},
"dependencies": {
"@types/node": "^20.10.4",
"@types/node": "^20.10.5",
"html-minifier": "^4.0.0",
"prettier": "^3.1.1",
"tailwindcss": "^3.3.6",