mirror of
https://github.com/remnawave/node.git
synced 2026-05-13 12:06:38 +00:00
chore: rename Dockerfile extensions to match standard naming convention
This commit is contained in:
parent
8b469a453c
commit
f0f8340d9e
4 changed files with 2 additions and 2 deletions
2
.github/workflows/build-dev.yml
vendored
2
.github/workflows/build-dev.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
build_args: 'UPSTREAM_REPO=kastov'
|
||||
- name: 'Bun Image'
|
||||
tag: 'remnawave/node:bun-dev'
|
||||
dockerfile: 'Dockerfile.Bun'
|
||||
dockerfile: 'bun.Dockerfile'
|
||||
build_args: ''
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ services:
|
|||
remnawave-node-dev:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.dev
|
||||
dockerfile: dev.Dockerfile
|
||||
container_name: remnawave-node-dev
|
||||
hostname: remnawave-node-dev
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue