diff --git a/Dockerfile b/Dockerfile index af6949d7..4cab00d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,6 @@ FROM oven/bun:latest ENV NODE_ENV=production - RUN cp /usr/share/zoneinfo/${TZ} /etc/localtime ENV TZ 'Europe/Berlin' COPY --from=runtime-dependencies /app/node_modules /app/node_modules