Skip to content

Commit

Permalink
Specify nginx version and timezone in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
matsbov committed Apr 25, 2024
1 parent 0c20b67 commit 98bc061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# This file is primarily for building the production image

FROM nginx
FROM nginx:1.25
ENV TZ=Europe/Stockholm
COPY public /usr/share/nginx/html

0 comments on commit 98bc061

Please sign in to comment.