Skip to content

Commit 6c44f0b

Browse files
committed
more fixes
1 parent 657d301 commit 6c44f0b

3 files changed

Lines changed: 21 additions & 0 deletions

File tree

apps/oscam/container-test.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/trueforge-org/forgetool/refs/heads/main/pkg/containers/test/container-test.schema.json
2+
3+
timeoutSeconds: 120
4+
http:
5+
- port: '8888'
6+
path: /

apps/oscam/settings.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# yaml-language-server: $schema=https://raw.githubusercontent.com/trueforge-org/forgetool/refs/heads/main/schemas/container-settings.schema.json
2+
schema_version: 1
3+
upstream_env_url: "https://git.streamboard.tv/common/oscam"
4+
ports:
5+
- port: 8888
6+
protocol: tcp
7+
required: false
8+
env:
9+
- name: TZ
10+
default: "Etc/UTC"
11+
required: false
12+
volumes:
13+
- path: /config
14+
required: true

porting/emulatorjs/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ COPY --from=migrationbuilder /build-out/ /
129129
COPY --from=nodebuilder /emulatorjs/ /emulatorjs/
130130
USER apps
131131
COPY --chmod=0755 . /
132+
COPY --chmod=0755 root/ /
132133

133134

134135
# ports

0 commit comments

Comments
 (0)