mirror of
https://github.com/maciejpedzich/maciejpedzi.ch.git
synced 2024-11-27 23:55:47 +01:00
Add tzdata dependency do runtime container
This commit is contained in:
parent
2052a19920
commit
9e55f55421
@ -6,6 +6,7 @@ RUN npm run build
|
||||
|
||||
FROM httpd:2.4-alpine AS runtime
|
||||
ENV TZ=Europe/Warsaw
|
||||
RUN apk add --no-cache tzdata
|
||||
COPY --from=build /app/httpd.conf /usr/local/apache2/conf/httpd.conf
|
||||
COPY --from=build /app/dist /usr/local/apache2/htdocs/
|
||||
EXPOSE 80
|
||||
|
Loading…
Reference in New Issue
Block a user