Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gesugao-san committed Feb 13, 2024
1 parent cbfc60d commit a7f3dd0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"type": "docker-build",
"platform": "node",
"dockerBuild": {
"tag": "Gesugao-san/proxima.fun",
"tag": "gesugaosan/proxima.fun",
"dockerfile": "${workspaceFolder}/Dockerfile",
"context": "${workspaceFolder}",
"pull": true,
Expand All @@ -41,7 +41,7 @@
"type": "docker-run",
"dependsOn": ["docker-build"],
"dockerRun": {
"image": "Gesugao-san/proxima.fun",
"image": "gesugaosan/proxima.fun",
"containerName": "proxima.fun",
"ports": [{
"containerPort": 8080,
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8

### Информация об этом пакете.
LABEL name="Gesugao-san/proxima.fun"
LABEL name="gesugaosan/proxima.fun"
LABEL website="proxima.fun"
LABEL Name="gesugaosan/proxima.fun"
LABEL Website="proxima.fun"

RUN echo "Node:" & node -v
RUN echo "NPM:" & npm -v
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version: '3.4'

services:
proxima.fun:
image: gesugao-san/proxima.fun
image: gesugaosan/proxima.fun
build:
context: .
dockerfile: ./Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"build": "vite build",
"preview": "vite preview",
"dev": "vite",
"docker-build": "docker build . -t \"Gesugao-san/proxima.fun\"",
"docker-run": "docker run -p 8080:8080/tcp \"Gesugao-san/proxima.fun\""
"docker-build": "docker build . -t \"gesugaosan/proxima.fun\"",
"docker-run": "docker run -p 8080:8080/tcp \"gesugaosan/proxima.fun\""
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
Expand Down

0 comments on commit a7f3dd0

Please sign in to comment.