mirror of
https://github.com/SrIzan10/vinci.git
synced 2026-06-06 01:07:00 +00:00
docker buildx
This commit is contained in:
3
.github/workflows/docker.yml
vendored
3
.github/workflows/docker.yml
vendored
@@ -22,6 +22,9 @@ jobs:
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Log in to Sr Izan's container registry
|
||||
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
|
||||
with:
|
||||
|
||||
Binary file not shown.
@@ -8,9 +8,9 @@ WORKDIR /app
|
||||
RUN apk add --no-cache --virtual .gyp python3 make g++
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
RUN npm install -g typescript
|
||||
RUN yarn set version 4.1.1
|
||||
RUN yarn install --immutable
|
||||
RUN yarn
|
||||
RUN npm install -g typescript
|
||||
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
|
||||
@@ -65,6 +65,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/express": "^4.17.14",
|
||||
"@types/node": "^20.12.7",
|
||||
"ts-node": "10.9.1",
|
||||
"tsc-watch": "^5.0.3",
|
||||
"typescript": "^5.4.5"
|
||||
|
||||
@@ -1679,7 +1679,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/node@npm:*":
|
||||
"@types/node@npm:*, @types/node@npm:^20.12.7":
|
||||
version: 20.12.7
|
||||
resolution: "@types/node@npm:20.12.7"
|
||||
dependencies:
|
||||
@@ -4841,6 +4841,7 @@ __metadata:
|
||||
"@napi-rs/canvas": "npm:^0.1.52"
|
||||
"@sern/handler": "npm:^3.3.4"
|
||||
"@types/express": "npm:^4.17.14"
|
||||
"@types/node": "npm:^20.12.7"
|
||||
axios: "npm:^1.6.8"
|
||||
dayjs: "npm:^1.11.6"
|
||||
discord-tictactoe: "npm:^4.0.0"
|
||||
|
||||
Reference in New Issue
Block a user