Skip to content
Snippets Groups Projects
Commit 41fd505e authored by Radim Peša's avatar Radim Peša
Browse files

Update Dockerfile - timezone

parent ad269407
Branches
No related tags found
No related merge requests found
Pipeline #
FROM alpine
LABEL maintainer="pesa@ics.muni.cz"
RUN apk add --no-cache tzdata
ENV TZ Europe/Prague
COPY backup.sh /backup.sh
RUN chmod +x /backup.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment