ScaleIT-Org / nodejs-app-skeleton

ScaleIT Node.js App Skeleton for easy creation of Industry 4.0 Apps
MIT License
3 stars 3 forks source link

Add Time Zone configuration to Dockerfile #6

Closed frostyandy2k closed 6 years ago

frostyandy2k commented 6 years ago
Current default time zone: 'Etc/UTC'
Local time is now:      Wed Feb 14 13:07:36 UTC 2018.
Universal Time is now:  Wed Feb 14 13:07:36 UTC 2018.
Run 'dpkg-reconfigure tzdata' if you wish to change it.
Kuhno92 commented 6 years ago

Fixed with 4dff6e26c88b7bed15b166ed3237d5c9478b0bde

frostyandy2k commented 6 years ago

Don't forget to commit changes to the alpine branch. You can use the following in the future:

git checkout alpine
git pull --rebase origin master

Done for the last patches.