Skip to content

Commit 76fad5f

Browse files
committed
Fix issue with docker
1 parent e719b61 commit 76fad5f

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM alpine:3.18.9
2+
ENV TZ=America/Denver
23

34
RUN mkdir -p /etc/udhcpc ; echo 'RESOLV_CONF="no"' >> /etc/udhcpc/udhcpc.conf
45

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Current version: **0.1.0**
1+
Current version: **0.1.1**
22

33
# About
44
This allows you to fetch EPG data for linear streaming services such as Peacock and ABC, and transforms them so you can use them with [chrome-capture-for-channels](https://github.com/fancybits/chrome-capture-for-channels).

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cc-epg",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "",
55
"scripts": {
66
"start": "ts-node index.tsx",

0 commit comments

Comments
 (0)