Skip to content

Add support for timezone #6

@darron1217

Description

@darron1217

how about adding timezone support?
(with TIMEZONE env)

like

TIMEZONE=Asia/Seoul 

On Dockerfile

apk add tzdata 

On start.sh

# Set Timezone if [ ! -z "$TIMEZONE" ]; then cp /usr/share/zoneinfo/${TIMEZONE} /etc/localtime fi 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions