Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Build Docker Image 🛠️
Browse files Browse the repository at this point in the history
Signed-off-by: Dr.Caduceus <[email protected]>
  • Loading branch information
TheCaduceus authored Jul 10, 2022
1 parent d43fd06 commit bd8da74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Docker-Code
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:20.04

WORKDIR /usr/src/app
RUN chmod 777 /usr/src/app
# Time Zone

ENV TZ=Asia/Kolkata
RUN ln -snf "/usr/share/zoneinfo/$TZ" /etc/localtime
RUN echo "$TZ" > /etc/timezone
Expand Down

0 comments on commit bd8da74

Please sign in to comment.