Fix jwt-token

This commit is contained in:
2025-08-16 19:48:41 +02:00
parent ea9a2627b4
commit 0d386840e3
4 changed files with 185 additions and 3 deletions

View File

@@ -36,8 +36,8 @@ RUN apk add --no-cache curl
# Copy built application from builder stage
COPY --from=builder /app/dist /usr/share/nginx/html
# Copy custom nginx configuration
COPY docker/nginx/default.conf /etc/nginx/conf.d/default.conf
# Copy nginx configuration
COPY nginx.conf /etc/nginx/conf.d/default.conf
# Create nginx user and set permissions
RUN chown -R nginx:nginx /usr/share/nginx/html && \